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¶
abstract
#dispatch(entry : Entry, backend : Backend)
¶
(entry : Entry, backend : Backend)
Dispatch a log entry to the specified backend