| 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.
| LEVELS | = | %w(debug info warn error) |