co-log-polysemy-formatting-0.1.1.0: A Polysemy logging effect for high quality (unstructured) logs.
Safe HaskellNone
LanguageHaskell2010

Colog.Polysemy.Formatting.WithLog

Description

 
Synopsis

Documentation

type WithLog' msg r = (HasCallStack, Member (Log msg) r) Source #

This constraint allows you to specify a custom message type. Otherwise, use WithLog instead.

type WithLog r = WithLog' (Msg Severity) r Source #

Add this constraint to a type signature to require the Log effect, with callstack support, using the 'Msg Severity' message type.