log4hs-0.9.0.0: A python logging style log library

Copyright(c) 2019 Version Cloud
LicenseBSD3
MaintainerJorah Gao <jorah@version.cloud>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Logging.Monad

Contents

Description

Run logging in a Reader monad.

You should initialize the Manager before using it in the Reader monad, and terminate it when it is no longer needed.

Synopsis

Documentation

runLoggingT :: MonadIO m => LoggingT m a -> Manager -> m a Source #

Log routines