Class: Outlog::NullLogger
- Inherits:
-
BaseLogger
- Object
- BaseLogger
- Outlog::NullLogger
- Defined in:
- lib/outlog/null_logger.rb
Instance Method Summary collapse
Methods inherited from BaseLogger
#debug, #error, #fatal, #info, #level, #level=, #level_name, #level_symbol, #warn
Instance Method Details
#output(_hash) ⇒ Object
3 4 5 |
# File 'lib/outlog/null_logger.rb', line 3 def output _hash # no-op end |