polysemy-log-co-0.9.0.0: Colog adapters for Polysemy.Log
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Log.Colog.Conc

Description

 
Synopsis

Documentation

interpretCologConcNativeWith :: forall msg r. Members [Resource, Embed IO] r => Capacity -> LogAction IO msg -> IO () -> 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.