class

Log::AsyncDispatcher

Inherits Log::Dispatcher / Reference / Object

Deliver log entries asynchronously through a channels

Constructors

new(buffer_size = 2048)
Source

Instance methods

close

Close the dispatcher, releasing resources

Source
dispatch(entry : Entry, backend : Backend) : Nil

Dispatch a log entry to the specified backend

Source
finalize
Source