Class: Batchmaker::NullLogger
- Inherits:
-
Object
- Object
- Batchmaker::NullLogger
- Defined in:
- lib/batchmaker/null_logger.rb
Instance Method Summary collapse
Instance Method Details
#debug(msg) ⇒ Object
9 10 |
# File 'lib/batchmaker/null_logger.rb', line 9 def debug(msg) end |
#error(msg) ⇒ Object
3 4 |
# File 'lib/batchmaker/null_logger.rb', line 3 def error(msg) end |
#info(msg) ⇒ Object
6 7 |
# File 'lib/batchmaker/null_logger.rb', line 6 def info(msg) end |