Method: Logging::Appenders::Buffering#flush_period
- Defined in:
- lib/logging/appenders/buffering.rb
#flush_period ⇒ Object
When set, the buffer will be flushed at regular intervals defined by the flush_period.
28 29 30 |
# File 'lib/logging/appenders/buffering.rb', line 28 def flush_period @flush_period end |