Class Larch::Logger
In: lib/larch/logger.rb
Parent: Object

Methods

const_missing   level=   log   method_missing   new   output=  

Constants

LEVELS = { :fatal => 0, :error => 1, :warn => 2, :warning => 2, :info => 3, :debug => 4, :insane => 5

Attributes

level  [R] 
output  [R] 

Public Class methods

Public Instance methods

[Validate]