Class: Reliable::NullLogger
- Inherits:
-
Object
- Object
- Reliable::NullLogger
- Defined in:
- lib/reliable.rb
Instance Method Summary collapse
Instance Method Details
#debug ⇒ Object
19 |
# File 'lib/reliable.rb', line 19 def debug(*); end |
#error ⇒ Object
21 |
# File 'lib/reliable.rb', line 21 def error(*); end |
#fatal ⇒ Object
23 |
# File 'lib/reliable.rb', line 23 def fatal(*); end |
#info ⇒ Object
20 |
# File 'lib/reliable.rb', line 20 def info(*); end |
#warn ⇒ Object
22 |
# File 'lib/reliable.rb', line 22 def warn(*); end |