Class: FFWD::FakeLogger
- Inherits:
-
Object
- Object
- FFWD::FakeLogger
- Defined in:
- lib/ffwd/logging.rb
Instance Method Summary collapse
- #debug(message) ⇒ Object
- #error(message, e = nil) ⇒ Object
- #info(message) ⇒ Object
- #warning(message) ⇒ Object
Instance Method Details
#debug(message) ⇒ Object
118 |
# File 'lib/ffwd/logging.rb', line 118 def debug ; end |
#error(message, e = nil) ⇒ Object
121 |
# File 'lib/ffwd/logging.rb', line 121 def error , e=nil; end |
#info(message) ⇒ Object
119 |
# File 'lib/ffwd/logging.rb', line 119 def info ; end |
#warning(message) ⇒ Object
120 |
# File 'lib/ffwd/logging.rb', line 120 def warning ; end |