MIT licensed by Michael Snoyman
This version can be pinned in stack with:monad-logger-0.3.18@sha256:c0c5cfa646c72b20f03a017053acc6ffe99a38bd6e73796c6e9976c2ced7c2e3,1837
Module documentation for 0.3.18
Depends on 19 packages
(full list with versions):
base, 
blaze-builder, 
bytestring, 
conduit, 
conduit-extra, 
exceptions, 
fast-logger, 
lifted-base, 
monad-control, 
monad-loops, 
mtl, 
resourcet, 
stm, 
stm-chans, 
template-haskell, 
text, 
transformers, 
transformers-base, 
transformers-compat Used by 14 packages in 
nightly-2016-06-09(full list with versions):
atndapi, 
fb, 
markup, 
monad-http, 
monad-logger-json, 
persistent, 
persistent-postgresql, 
persistent-sqlite, 
persistent-template, 
purescript, 
urlpath, 
wai-middleware-consul, 
yesod, 
yesod-core monad-logger
A monad transformer approach for logging.
This package provides Template Haskell functions for determining source code locations of messages.
0.3.18
- Added logTHShow and logDebugSH, logInfoSH, etc. Accepts an argument of 
Show a => a instead of just Text. 
0.3.17
0.3.16
- Provide default monadLoggerLog implementation #72
 
0.3.15
- Expose Loc constructor #70
 
0.3.14
- Don’t include source location for defaultLoc #69
 
0.3.13.1
0.3.13
- Re-export LogStr from fast-logger #56
 
- Added 
filterLogger 
0.3.12
- Use transformers-compat to provide universal ExceptT support #53
 
0.3.11.1
Add support for monad-control 1.0 #52
0.3.11
Add missing MonadState and MonadWriter instances for NoLoggingT #51
0.3.10.1
Remove unnecessary extra newline in log messages.
0.3.10
Introduce the MonadLoggerIO typeclass.
0.3.9
Add missing MonadError NoLoggingT instance #49
0.3.8
Simplify constraint on MonadLogger (NoLoggingT m) from MonadIO m to Monad m Github issue #48.