# File lib/god/simple_logger.rb, line 54 def debug(msg) self.output(DEBUG, msg) end
# File lib/god/simple_logger.rb, line 42 def error(msg) self.output(ERROR, msg) end
# File lib/god/simple_logger.rb, line 38 def fatal(msg) self.output(FATAL, msg) end
# File lib/god/simple_logger.rb, line 50 def info(msg) self.output(INFO, msg) end
Generated with the Darkfish Rdoc Generator 2.