Log to the console.
More...
|
| ConsoleLogger (string loggerName="", DateTimeFormatInfo dateTimeFormatInfo=null) |
| Initializes a new instance of the ConsoleLogger class. More...
|
|
void | Debug (string message, params object[] args) |
| Log a debug message
|
|
void | Info (string message, params object[] args) |
| Log a info message
|
|
void | Warn (string message, params object[] args) |
| Log a warning message
|
|
void | Error (string message, params object[] args) |
| Log a error message
|
|
void | Fatal (string message, params object[] args) |
| Log a fatal error message
|
|
void | Dispose () |
| Dispose the object from the native resources. More...
|
|
|
virtual void | Dispose (bool disposing) |
| Dispose the object from the native resources. More...
|
|
|
bool | DebugEnabled [get] |
| Gets a value indicating whether the logger wishes to receive debug messages. More...
|
|
DokanNet.Logging.ConsoleLogger.ConsoleLogger |
( |
string |
loggerName = "" , |
|
|
DateTimeFormatInfo |
dateTimeFormatInfo = null |
|
) |
| |
|
inline |
Initializes a new instance of the ConsoleLogger class.
- Parameters
-
loggerName | Optional name to be added to each log line. |
dateTimeFormatInfo | An object that supplies format information for DateTime. |
virtual void DokanNet.Logging.ConsoleLogger.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotectedvirtual |
Dispose the object from the native resources.
- Parameters
-
void DokanNet.Logging.ConsoleLogger.Dispose |
( |
| ) |
|
|
inline |
Dispose the object from the native resources.
The documentation for this class was generated from the following file: