polysemy-log-0.2.2.3: Polysemy Effects for Logging
Safe HaskellNone
LanguageHaskell2010

Polysemy.Log.Pure

Description

 
Synopsis

Documentation

interpretLogOutput :: Member (Output LogMessage) r => InterpreterFor Log r Source #

Interpret Log in terms of Output.

interpretLogNull :: InterpreterFor Log r Source #

Interpret Log by discarding all messages.