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