Click or drag to resize

ILoggerInfo Method (String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Logging
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
[ObsoleteAttribute("Please use void Info(string message) instead")]
void Info(
	string message,
	string systemInfo
)

Parameters

message
Type: SystemString
systemInfo
Type: SystemString
See Also