 | ILogger Interface |
Namespace:
Dynamicweb.Logging
Assembly:
Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntaxpublic interface ILogger : IDisposable
Public Interface ILogger
Inherits IDisposable
Methods
| Name | Description |
---|
 | Debug(String) | |
 | Debug(String, Exception) | |
 | Debug(String, String) | Obsolete. |
 | Debug(String, String, Exception) | Obsolete. |
 | Error(String) | |
 | Error(String, Exception) | |
 | Error(String, String) | Obsolete. |
 | Error(String, String, Exception) | Obsolete. |
 | Fatal(String) | |
 | Fatal(String, Exception) | |
 | Fatal(String, String) | Obsolete. |
 | Fatal(String, String, Exception) | Obsolete. |
 | Info(String) | |
 | Info(String, Exception) | |
 | Info(String, String) | Obsolete. |
 | Info(String, String, Exception) | Obsolete. |
 | Log(String) | |
 | Log(LogLevel, String) | |
 | Log(LogLevel, String, Exception) | |
 | Log(LogLevel, String, String) | Obsolete. |
 | Log(LogLevel, String, String, Exception) | Obsolete. |
 | Trace(String) | |
 | Trace(String, Exception) | |
 | Trace(String, String) | Obsolete. |
 | Trace(String, String, Exception) | Obsolete. |
 | Warn(String) | |
 | Warn(String, Exception) | |
 | Warn(String, String) | Obsolete. |
 | Warn(String, String, Exception) | Obsolete. |
Top
See Also