BSD-3-Clause licensed by Scrive AB
This version can be pinned in stack with:log-base-0.7.4.0@sha256:0aaf9bba7214d187de4bb400bfaaa2d119391f460581ae89c6a00aa604442510,2682
Module documentation for 0.7.4.0
Depends on 16 packages
(full list with versions ) :
aeson ,
aeson-pretty ,
base ,
bytestring ,
deepseq ,
exceptions ,
mmorph ,
monad-control ,
monad-time ,
mtl ,
semigroups ,
stm ,
text ,
time ,
transformers-base ,
unordered-containers log-base
Base package for the log
library suite. Includes only the standard output
back end. Use this package in conjunction with log-elasticsearch
or
log-postgres
, depending on which back end you need.
log-base-0.7.4.0 (2017-10-27)
log-base-0.7.3.0 (2017-10-10)
BasicStdOutLogger
now flushes stdout on each write. BulkStdOutLogger
now flushes stdout on each bulk write (#38 ).
log-base-0.7.2.0 (2017-08-10)
Add ‘MFunctor LogT’ instance (#35 ).
log-base-0.7.1.1 (2017-06-19)
mkBulkLogger now uses a bounded queue to interact with the logger thread.
log-base-0.7.1 (2017-03-16)
Added a few MTL class instances (#28 ).
log-base-0.7 (2016-11-25)
Initial release (split from the log package).
Improved documentation (#22 ).
Implement ‘toEncoding’ directly in ‘ToJSON’ instances (#21 ).
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete