| ILoggerDebug 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 Debug(string message) instead")]
void Debug(
string message,
string systemInfo
)
<ObsoleteAttribute("Please use void Debug(string message) instead")>
Sub Debug (
message As String,
systemInfo As String
)
Parameters
- message
- Type: SystemString
- systemInfo
- Type: SystemString
See Also