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