mirror of
https://github.com/meineerde/rackstash.git
synced 2025-10-17 14:01:01 +00:00
A single Sink is tied to a single Logger. It is responsible to: * Create a log event from a Buffer on #write and send it to each of the flows independently. * Forward all actions to all of the defined Flows. The Sink provides access to all configured data of the Logger which is used for persisting the Buffers.