The LiteLogger type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Debug |
Log a debug message
| |
| (Inherited from | ||
| Error |
Log a error message
| |
| Fatal(String) |
Log a fatal message
| |
| Fatal(String, Exception) |
Log a fatal message including an exception
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| Info |
Log a info message
| |
Creates a shallow copy of the current (Inherited from | ||
| Shutdown |
Shutdown the logger and release all resources.
| |
Returns a string that represents the current object. (Inherited from | ||
| Trace |
Log a trace message
| |
| Warn |
Log a warn message
|
See Also