Module: ALib::Logging::LoggerExt

Defined in:
lib/alib-0.4.0/logging.rb

Overview

rolling. this is a hack.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#logdevObject (readonly)

–{{{



14
15
16
# File 'lib/alib-0.4.0/logging.rb', line 14

def logdev
  @logdev
end

Instance Method Details

#<<(*args) ⇒ Object



15
16
17
18
# File 'lib/alib-0.4.0/logging.rb', line 15

def << *args
  args.flatten.each{|a| super a}
  self
end