| LoggerBase Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Logging
Assembly:
Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax public abstract class LoggerBase : ILogger,
IDisposable
Public MustInherit Class LoggerBase
Implements ILogger, IDisposable
The LoggerBase type exposes the following members.
Constructors
| Name | Description |
---|
| LoggerBase | Initializes a new instance of the LoggerBase class |
TopMethods
| Name | Description |
---|
| Debug(String) | |
| Debug(String, Exception) | |
| Debug(String, String) | |
| Debug(String, String, Exception) | |
| Dispose | Releases all resources used by the LoggerBase |
| Dispose(Boolean) | Releases the unmanaged resources used by the LoggerBase and optionally releases the managed resources |
| Error(String) | |
| Error(String, Exception) | |
| Error(String, String) | |
| Error(String, String, Exception) | |
| Fatal(String) | |
| Fatal(String, Exception) | |
| Fatal(String, String) | |
| Fatal(String, String, Exception) | |
| Info(String) | |
| Info(String, Exception) | |
| Info(String, String) | |
| Info(String, String, Exception) | |
| Log(String) | |
| Log(LogLevel, String) | |
| Log(LogLevel, String, Exception) | |
| Log(LogLevel, String, String) | |
| Log(LogLevel, String, String, Exception) | |
| Trace(String) | |
| Trace(String, Exception) | |
| Trace(String, String) | |
| Trace(String, String, Exception) | |
| Warn(String) | |
| Warn(String, Exception) | |
| Warn(String, String) | |
| Warn(String, String, Exception) | |
TopSee Also