Class: StatMon::Log

Inherits:
Logger
  • Object
show all
Defined in:
lib/stat_mon/log.rb

Instance Method Summary collapse

Constructor Details

#initialize(io) ⇒ Log

Returns a new instance of Log.



5
6
7
# File 'lib/stat_mon/log.rb', line 5

def initialize( io )
  super( io )
end