Logger Constructor
Overload List
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.
|