C-DEngine 5.105

Logger Members

The Logger type exposes the following members.

Constructors


  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.

Methods


  Name Description
Public method Debug
Outputs message as a log with Debug.
Public method Equals(System.Object) (Inherited from Object.)
Public method Error
Outputs message as a log with Error.
Public method Fatal
Outputs message as a log with Fatal.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Info
Outputs message as a log with Info.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Trace
Outputs message as a log with Trace.
Public method Warn
Outputs message as a log with Warn.

Properties


  Name Description
Public property File
Gets or sets the current path to the log file.
Public property Level
Gets or sets the current logging level.
Public property Output
Gets or sets the current output action used to output a log.