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

Safe HaskellNone
LanguageHaskell98

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.3.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.3.0.0