Click or drag to resize

ILoggerDebug Method (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 Debug(string message, Exception ex) instead")]
void Debug(
	string message,
	string systemInfo,
	Exception ex
)

Parameters

message
Type: SystemString
systemInfo
Type: SystemString
ex
Type: SystemException
See Also