Method: SemanticLogger::Appender::Async#active?
- Defined in:
- lib/semantic_logger/appender/async.rb
#active? ⇒ Boolean
Returns true if the worker thread is active
81 82 83 |
# File 'lib/semantic_logger/appender/async.rb', line 81 def active? @thread&.alive? end |