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
114 |
# File 'lib/ffwd/logging.rb', line 114 def debug ; end |
#error(message, e = nil) ⇒ Object
117 |
# File 'lib/ffwd/logging.rb', line 117 def error , e=nil; end |
#info(message) ⇒ Object
115 |
# File 'lib/ffwd/logging.rb', line 115 def info ; end |
#warning(message) ⇒ Object
116 |
# File 'lib/ffwd/logging.rb', line 116 def warning ; end |