class Log::SyncDispatcher
inherits Reference
¶
Deliver log entries directly. It uses a mutex to guarantee one entry is delivered at a time.
Included modules
Log::Dispatcher
Class methods¶
Methods¶
#dispatch(entry : Entry, backend : Backend)
¶
(entry : Entry, backend : Backend)
Dispatch a log entry to the specified backend