Class: Scarpe::Components::PrintLogImpl
- Inherits:
-
Object
- Object
- Scarpe::Components::PrintLogImpl
- Includes:
- Shoes::Log
- Defined in:
- lib/scarpe/components/print_logger.rb
Defined Under Namespace
Classes: PrintLogger
Instance Method Summary collapse
Instance Method Details
#configure_logger(log_config) ⇒ Object
56 57 58 |
# File 'lib/scarpe/components/print_logger.rb', line 56 def configure_logger(log_config) # For now, ignore end |
#logger_for_component(component) ⇒ Object
52 53 54 |
# File 'lib/scarpe/components/print_logger.rb', line 52 def logger_for_component(component) PrintLogger.new(component.to_s) end |