Class: Handiv::Logger
- Inherits:
-
Object
- Object
- Handiv::Logger
- Defined in:
- lib/handiv/logger.rb
Constant Summary collapse
- LOG_PREFIX =
'** [Handiv] '.freeze
- LOG_LEVELS =
[:fatal, :error, :warn, :info, :debug].freeze
Instance Method Summary collapse
Instance Method Details
#logger ⇒ Object
17 18 19 |
# File 'lib/handiv/logger.rb', line 17 def logger custom_logger || default_logger end |