Method: Logging::Appenders::Buffering#async

Defined in:
lib/logging/appenders/buffering.rb

#asyncObject Also known as: async?

When set, the buffer will be flushed using an asynchronous Thread. That is, the main program thread will not be blocked during writes.



32
33
34
# File 'lib/logging/appenders/buffering.rb', line 32

def async
  @async
end