Class: MemstatCSV::Logger
- Inherits:
-
Thread
- Object
- Thread
- MemstatCSV::Logger
- Defined in:
- lib/memstat_csv.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
#initialize(options = {}) ⇒ Logger
Returns a new instance of Logger.
10 11 12 13 14 15 |
# File 'lib/memstat_csv.rb', line 10 def initialize(={}) prepare() super do monitor end end |