Class Redwood::Logger
In: lib/sup/logger.rb
Parent: Object

simple centralized logger. outputs to multiple sinks by calling << on them. also keeps a record of all messages, so that adding a new sink will send all previous messages to it by default.

Methods

Included Modules

Singleton

Constants

LEVELS = %w(debug info warn error)

Public Class methods

Public Instance methods

send a message regardless of the current logging level

[Validate]