Class: Exceptional::LogFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/exceptional/log_factory.rb

Class Method Summary collapse

Class Method Details

.loggerObject



5
6
7
# File 'lib/exceptional/log_factory.rb', line 5

def self.logger
  @logger ||= create_logger_with_fallback
end