Click or drag to resize

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

Parameters

message
Type: SystemString
systemInfo
Type: SystemString
See Also