Logger
RootLogger should be retrieved with Logger.root or Logger.global. It’s supposed to be transparent.
Does nothing
# File log4r/logger.rb, line 188 def additive=(foo); end
(Not documented)
# File log4r/logger.rb, line 176 def is_root?; true end
Set the global level. Any loggers defined thereafter will not log below the global level regardless of their levels.
# File log4r/logger.rb, line 181 def level=(alevel); @level = alevel end
Does nothing
# File log4r/logger.rb, line 184 def outputters=(foo); end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.