Class: Patriot::Util::Logger::WebrickLogFactory
- Includes:
- Singleton
- Defined in:
- lib/patriot/util/logger/webrick_log_factory.rb
Overview
a logger factory implementation based on Webrick Logger
Constant Summary collapse
- LOG_FILE_KEY =
configuration key for log file
:log_file
- LOG_LEVEL_KEY =
configuration key for log level
:log_level
Constants inherited from Factory
Factory::DEFAULT_LOGGER_FACTORY_CLASS, Factory::FACTORY_CLASS_KEY
Method Summary
Methods inherited from Factory
create_logger, get_factory_class_name, #get_logger, #initialize
Constructor Details
This class inherits a constructor from Patriot::Util::Logger::Factory