Class: Exceptional::LogFactory
- Inherits:
-
Object
- Object
- Exceptional::LogFactory
- Defined in:
- lib/exceptional/log_factory.rb
Class Method Summary collapse
Class Method Details
.logger ⇒ Object
5 6 7 |
# File 'lib/exceptional/log_factory.rb', line 5 def self.logger @logger ||= create_logger_with_fallback end |