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'}

Attributes

datetime_format  [RW] 
level  [RW] 

Public Class methods

Public Instance methods

[Validate]