Module: Bicho::Logging
- Included in:
- CLI::Command, Client
- Defined in:
- lib/bicho/logging.rb
Overview
All logging related classes go into this module.
Class Attribute Summary collapse
Instance Method Summary collapse
Class Attribute Details
.logger ⇒ Object
37 38 39 |
# File 'lib/bicho/logging.rb', line 37 def self.logger @logger ||= Logger.new('/dev/null') end |