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
| |
| (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
|
Properties
| Name | Description | |
|---|---|---|
| LogFileLocationName |
The location and filename of the log file. Must be set to successfully log to a file
|
See Also