DebugFileLogger
Assembly: uMod.Common.dll
Inheritance Object DebugFileLogger
Implements ILogger
Summary
Basic debug single-file logger
Constructors
Name | Summary |
|---|---|
Create a new instance of the DebugFileLogger class |
Properties
Name | Summary |
|---|---|
LogLevel | |
OnAdded | |
OnConfigure | |
OnRemoved |
Methods
Name | Summary |
|---|---|
Alert ( | Writes an alert message to the log file |
Clear () | Clear log file |
Critical ( | Writes a critical message to the log file |
Debug ( | Writes a debug message to the log file |
Emergency ( | Writes an emergency message to the log file |
Error ( | Writes a error message to the log file |
Info ( | Writes an informational message to the log file |
Notice ( | Writes a notice message to the log file |
Writes an exception report message to the log file | |
Report ( | Writes an exception report message to the log file |
Warning ( | Writes a warning message to the log file |
Writes a message to the log file | |
Write ( | Writes a message to the log file |