Logger Members
The Logger type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Logger()()()() |
Initializes a new instance of the Logger class.
|
|
Logger(LogLevel) |
Initializes a new instance of the Logger class with
the specified logging level.
|
|
Logger(LogLevel, String, Action<(Of <<'(LogData, String>)>>)) |
Initializes a new instance of the Logger class with
the specified logging level, path to the log file,
and output action.
|
Methods
Name | Description | |
---|---|---|
Debug |
Outputs message as a log with Debug.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Error |
Outputs message as a log with Error.
|
|
Fatal |
Outputs message as a log with Fatal.
|
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Info |
Outputs message as a log with Info.
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Trace |
Outputs message as a log with Trace.
|
|
Warn |
Outputs message as a log with Warn.
|