fluent-logger-conduit-0.2.0.1: Conduit interface for fluent-logger

Safe HaskellNone

Network.Fluent.Conduit

Contents

Description

Fluent Logger with Conduit Interface

Synopsis

Sinks

sinkFluent :: (MonadResource m, Packable a) => FluentSettings -> Consumer (ByteString, a) m ()Source

Stream all incoming pair ( label, data ) to the given Fluent.

Since 0.2.0.0

sinkFluentWithLogger :: (MonadResource m, Packable a) => FluentLogger -> Consumer (ByteString, a) m ()Source

Stream all incoming pair ( label, data ) to the given Fluent logger.

Since 0.2.0.0