C-DEngine 5.105

Logger Constructor

Overload List


  Name Description
Public method Logger()()()()
Initializes a new instance of the Logger class.
Public method Logger(LogLevel)
Initializes a new instance of the Logger class with the specified logging level.
Public method 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.