Click or drag to resize

ILoggerLog Method (LogLevel, String, String, Exception)

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

Parameters

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