Class: LogUtils::Reporter

Inherits:
Logger
  • Object
show all
Defined in:
lib/buzzcore/logging.rb

Instance Attribute Summary

Attributes inherited from Logger

#logdev

Instance Method Summary collapse

Constructor Details

#initialize(logdev) ⇒ Reporter

Returns a new instance of Reporter.



63
64
65
# File 'lib/buzzcore/logging.rb', line 63

def initialize(logdev)
  super(logdev)
end