Gets or sets the default logging level. Excalibur will only log messages if equal to or above this level. Default: LogLevel.Info
Clears all appenders from the logger
Writes a log message at the LogLevel.Debug level
Accepts any number of arguments
Writes a log message at the LogLevel.Error level
Accepts any number of arguments
Writes a log message at the LogLevel.Fatal level
Accepts any number of arguments
Writes a log message at the LogLevel.Info level
Accepts any number of arguments
Writes a log message at the LogLevel.Warn level
Accepts any number of arguments
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.