polysemy-log-co-0.2.2.0: polysemy-log interpreter for co-log
Safe HaskellNone
LanguageHaskell2010

Polysemy.Log.Colog.Conc

Description

 
Synopsis

Documentation

interpretCologConcNativeWith :: forall msg r. Members [Resource, Embed IO] r => Capacity -> LogAction IO msg -> InterpreterFor (Log msg) r Source #

Interpret Log using co-log's concurrent logger with the provided LogAction.

interpretCologConcNative :: Members [Resource, Embed IO] r => InterpreterFor (Log (LogEntry LogMessage)) r Source #

Interpret Log using co-log's concurrent logger with the default message and formatting.