| Module | Cabin::Mixins::Logger |
| In: |
lib/cabin/mixins/logger.rb
lib/cabin/mixins/logger.rb |
This module implements methods that act somewhat like Ruby‘s Logger class It is included in Cabin::Channel
| LEVELS | = | { :fatal => 0, :error => 1, :warn => 2, :info => 3, :debug => 4 |
| BACKTRACE_RE | = | /([^:]+):([0-9]+)(?::in `(.*)')?/ |
| LEVELS | = | { :fatal => 0, :error => 1, :warn => 2, :info => 3, :debug => 4 |
| BACKTRACE_RE | = | /([^:]+):([0-9]+)(?::in `(.*)')?/ |
| level | [RW] | |
| level | [RW] |