Class: StatMon::Log
- Inherits:
-
Logger
- Object
- Logger
- StatMon::Log
- Defined in:
- lib/stat_mon/log.rb
Instance Method Summary collapse
-
#initialize(io) ⇒ Log
constructor
A new instance of Log.
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 |