RootLogger should be retrieved with Logger.root or Logger.global. It's supposed to be transparent.
Does nothing
# File lib/log4r/logger.rb, line 195 def add(*foo); end
Does nothing
# File lib/log4r/logger.rb, line 193 def additive=(foo); end
Set the global level. Any loggers defined thereafter will not log below the global level regardless of their levels.
# File lib/log4r/logger.rb, line 186 def level=(alevel); @level = alevel end
Does nothing
# File lib/log4r/logger.rb, line 189 def outputters=(foo); end
Generated with the Darkfish Rdoc Generator 2.