Method: SemanticLogger::Logger.sync?
- Defined in:
- lib/semantic_logger/logger.rb
.sync? ⇒ Boolean
Running without the background logging thread?
34 35 36 |
# File 'lib/semantic_logger/logger.rb', line 34 def self.sync? processor.is_a?(SyncProcessor) end |