Class: BBQueue::NullLogger
- Inherits:
-
Object
- Object
- BBQueue::NullLogger
- Defined in:
- lib/bbqueue/null_logger.rb
Instance Method Summary collapse
- #debug(*args) ⇒ Object
- #error(*args) ⇒ Object
- #fatal(*args) ⇒ Object
- #info(*args) ⇒ Object
- #warn(*args) ⇒ Object
Instance Method Details
#debug(*args) ⇒ Object
4 |
# File 'lib/bbqueue/null_logger.rb', line 4 def debug(*args); end |
#error(*args) ⇒ Object
7 |
# File 'lib/bbqueue/null_logger.rb', line 7 def error(*args); end |
#fatal(*args) ⇒ Object
8 |
# File 'lib/bbqueue/null_logger.rb', line 8 def fatal(*args); end |
#info(*args) ⇒ Object
5 |
# File 'lib/bbqueue/null_logger.rb', line 5 def info(*args); end |
#warn(*args) ⇒ Object
6 |
# File 'lib/bbqueue/null_logger.rb', line 6 def warn(*args); end |