Gets or sets the default logging level. Excalibur will only log messages if equal to or above this level. Default: LogLevel.Info
Writes a log message at the LogLevel.Debug level
Rest
...args: any[]Accepts any number of arguments
Writes a log message at the LogLevel.Error level
Rest
...args: any[]Accepts any number of arguments
Writes a log message at the LogLevel.Fatal level
Rest
...args: any[]Accepts any number of arguments
Writes a log message at the LogLevel.Info level
Rest
...args: any[]Accepts any number of arguments
Writes a log message at the LogLevel.Warn level
Rest
...args: any[]Accepts any number of arguments
Static
get
Static singleton that represents the logging facility for Excalibur. Excalibur comes built-in with a ConsoleAppender and ScreenAppender. Derive from Appender to create your own logging appenders.