module Log::Dispatcher
Overview
Base interface implemented by log entry dispatchers
Dispatchers are in charge of sending log entries according to different strategies.
Direct including types
Defined in:
log/dispatch.crInstance Method Summary
-
#close
Close the dispatcher, releasing resources
-
#dispatch(entry : Entry, backend : Backend)
Dispatch a log entry to the specified backend
Instance Method Detail
Dispatch a log entry to the specified backend