Method: SemanticLogger::Appender::Async#flush
- Defined in:
- lib/semantic_logger/appender/async.rb
#flush ⇒ Object
Flush all queued log entries disk, database, etc.
All queued log are written and then each appender is flushed in turn.
92 93 94 |
# File 'lib/semantic_logger/appender/async.rb', line 92 def flush submit_request(:flush) end |