Class Log4r::RootLogger
In: lib/log4r/logger.rb
Parent: Logger

RootLogger should be retrieved with Logger.root or Logger.global. It‘s supposed to be transparent.

Methods

add   additive=   is_root?   level=   new   outputters=   remove   trace=  

Included Modules

Singleton

Public Class methods

Public Instance methods

Does nothing

Does nothing

Set the global level. Any loggers defined thereafter will not log below the global level regardless of their levels.

Does nothing

Does nothing

Does nothing

[Validate]