Skip to content

module Log::Dispatcher

Base interface implemented by log entry dispatchers

Dispatchers are in charge of sending log entries according to different strategies.

Direct including types

Log::AsyncDispatcher Log::SyncDispatcher

Methods

#close

Close the dispatcher, releasing resources

View source

abstract #dispatch(entry : Entry, backend : Backend)

Dispatch a log entry to the specified backend

View source