Click or drag to resize

ILoggerError 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 Error(string message) instead")]
void Error(
	string message,
	string systemInfo
)

Parameters

message
Type: SystemString
systemInfo
Type: SystemString
See Also