| ILoggerLog Method (LogLevel, 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 Log(string message, Exception ex) instead")]
void Log(
LogLevel level,
string message,
string systemInfo,
Exception ex
)
<ObsoleteAttribute("Please use void Log(string message, Exception ex) instead")>
Sub Log (
level As LogLevel,
message As String,
systemInfo As String,
ex As Exception
)
Parameters
- level
- Type: Dynamicweb.LoggingLogLevel
- message
- Type: SystemString
- systemInfo
- Type: SystemString
- ex
- Type: SystemException
See Also