The LiteLogger type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
LiteLogger(LiteLogger LogMode) |
Initialise an instance of the core logger. If logging to a file also set LogFileLocationName.
| |
LiteLogger(LiteLogger LogMode, String) |
Initialise an instance of the core logger
|
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
|
Properties
Name | Description | |
---|---|---|
LogFileLocationName |
The location and filename of the log file. Must be set to successfully log to a file
|
See Also