class

Log::SyncDispatcher

Inherits Log::Dispatcher / Reference / Object

Deliver log entries directly. It uses a mutex to guarantee one entry is delivered at a time.

Constructors

Instance methods

dispatch(entry : Entry, backend : Backend)

Dispatch a log entry to the specified backend

Source