Class God::SimpleLogger
In: lib/god/simple_logger.rb
Parent: Object

Methods

debug   error   fatal   info   new   output   warn  

Constants

DEBUG = 2
INFO = 4
WARN = 8
ERROR = 16
FATAL = 32
SEV_LABEL = {DEBUG => 'DEBUG', INFO => 'INFO', WARN => 'WARN', ERROR => 'ERROR', FATAL => 'FATAL'}
CONSTANT_TO_SYMBOL = { DEBUG => :debug, INFO => :info, WARN => :warn, ERROR => :error, FATAL => :fatal }

Attributes

datetime_format  [RW] 
level  [RW] 

Public Class methods

Public Instance methods

[Validate]