module

Log::Dispatcher

Base interface implemented by log entry dispatchers

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

Instance methods

close

Close the dispatcher, releasing resources

Source
dispatch(entry : Entry, backend : Backend)

Dispatch a log entry to the specified backend

Source

Nested types