Class: BlackStack::DummyLogger

Inherits:
BaseLogger show all
Defined in:
lib/dummylogger.rb

Constant Summary

Constants inherited from BaseLogger

BaseLogger::NEWLINE

Instance Attribute Summary

Attributes inherited from BaseLogger

#filename, #level, #level_children_lines, #level_open_callers

Instance Method Summary collapse

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

#releaseObject



22
23
# File 'lib/dummylogger.rb', line 22

def release()
end

#resetObject

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