Class: BlackStack::DummyLogger
- Inherits:
-
BaseLogger
- Object
- BaseLogger
- BlackStack::DummyLogger
- Defined in:
- lib/dummylogger.rb
Constant Summary
Constants inherited from BaseLogger
Instance Attribute Summary
Attributes inherited from BaseLogger
#filename, #level, #level_children_lines, #level_open_callers
Instance Method Summary collapse
- #log(s, datetime = nil) ⇒ Object
- #logf(s, datetime = nil) ⇒ Object
- #logs(s, datetime = nil) ⇒ Object
- #release ⇒ Object
-
#reset ⇒ Object
call the parent class to set the attributes call the save method to store the new attributes into the data file.
Methods inherited from BaseLogger
#blank_line, #done, #error, #initialize, #initialize_attributes, #no, #ok, #skip, #yes
Constructor Details
This class inherits a constructor from BlackStack::BaseLogger
Instance Method Details
#log(s, datetime = nil) ⇒ Object
10 11 |
# File 'lib/dummylogger.rb', line 10 def log(s, datetime=nil) end |
#logf(s, datetime = nil) ⇒ Object
18 19 |
# File 'lib/dummylogger.rb', line 18 def logf(s, datetime=nil) end |
#logs(s, datetime = nil) ⇒ Object
14 15 |
# File 'lib/dummylogger.rb', line 14 def logs(s, datetime=nil) end |
#release ⇒ Object
22 23 |
# File 'lib/dummylogger.rb', line 22 def release() end |
#reset ⇒ Object
call the parent class to set the attributes call the save method to store the new attributes into the data file
6 7 8 |
# File 'lib/dummylogger.rb', line 6 def reset() super end |