lobemo-backend-trace-forwarder-0.1.0.0: this backend forwards log items to a trace acceptor
Safe HaskellNone
LanguageHaskell2010

Cardano.BM.Backend.TraceForwarder

Contents

Synopsis

Documentation

Plugin

plugin :: forall a s. (IsEffectuator s a, ToJSON a, FromJSON a) => Configuration -> Trace IO a -> s a -> Text -> IO [LogObject a] -> IO (Plugin a) Source #