Class: Loglevel::LoggableClass::SmartLogger
- Inherits:
-
Object
- Object
- Loglevel::LoggableClass::SmartLogger
- Defined in:
- lib/loglevel/loggable_class/smart_logger.rb
Overview
The most appropriate logging class for this environment
Class Method Summary collapse
Class Method Details
.create ⇒ Object
6 7 8 |
# File 'lib/loglevel/loggable_class/smart_logger.rb', line 6 def create enhanced_logger || simple_logger end |