Click or drag to resize

ILoggerLog Method (LogLevel, 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 Log(string message) instead")]
void Log(
	LogLevel level,
	string message,
	string systemInfo
)

Parameters

level
Type: Dynamicweb.LoggingLogLevel
message
Type: SystemString
systemInfo
Type: SystemString
See Also