Click or drag to resize

ILoggerLog Method (LogLevel, String, Exception)

Namespace:  Dynamicweb.Logging
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
void Log(
	LogLevel level,
	string message,
	Exception ex
)

Parameters

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