Module: SSTLogger
- Defined in:
- lib/search_solr_tools/logging/sst_logger.rb
Constant Summary collapse
- LOG_LEVELS =
%w[debug info warn error fatal none].freeze
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.logger ⇒ Object
16 17 18 |
# File 'lib/search_solr_tools/logging/sst_logger.rb', line 16 def logger @logger ||= new_logger end |