Class: Log4r::Outputter

Inherits:
Object
  • Object
show all
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