Class: Log4r::Outputter
- Inherits:
-
Object
- Object
- Log4r::Outputter
- Defined in:
- lib/git_workflow/logging.rb
Instance Method Summary collapse
Instance Method Details
#initialize_with_multiple_levels(name, hash = {}) ⇒ Object
6 7 8 9 |
# File 'lib/git_workflow/logging.rb', line 6 def initialize_with_multiple_levels(name, hash = {}) initialize_without_multiple_levels(name, hash) self.only_at(*hash[ :only_at ]) if hash.key?(:only_at) end |