Class ConsoleLogger
Console logger class
Inheritance
object
ConsoleLogger
Namespace
Syntax
public static class ConsoleLogger
Properties
AbstractLogger
Sets the logger to use
Property Value
BaseLogger
Declaration
public static BaseLogger? AbstractLogger { get; set; }
EnableLogging
Whether to enable logging or not
Property Value
bool
Declaration
public static bool EnableLogging { get; set; }