This version can be pinned in stack with:fast-logger-2.4.7@sha256:fc2065e76aef2db91d8e5035bb71cbd1ad5a991058041ff063a7cbd9009f489c,1966
Module documentation for 2.4.7
Depends on 11 packages
(full list with versions):
array,
auto-update,
base,
bytestring,
bytestring-builder,
directory,
easy-file,
filepath,
text,
unix,
unix-time Used by 14 packages in
lts-7.12(full list with versions):
git-fmt,
gitlib-libgit2,
hackage-mirror,
imm,
monad-logger,
monad-logger-syslog,
omnifmt,
persistent,
stack,
tinylog,
wai-extra,
wai-logger,
yesod,
yesod-core fast-logger
A fast logging system
2.4.7
- Fixing interleaved log output when messages are larger than buffer size. #103
2.4.6
- Ensuring that stdio is flushed. #92
2.4.5
- Bringing backward compatibility back.
2.4.4
- New API: newFastLogger and ewTimedFastLogger.
- LogType and date cache are transferred from wai-logger.
2.4.3
- Opening files in the append mode on Windows.
2.4.2
- Fixing a buf of long log messages #80
- Log rotation support for Windows #79
- Unsupporting GHC 7.4.
2.4.1
- Restore compatibility with bytestring < 0.10
- Mark fast-logger modules as Safe/Trustworth #68
2.4.0
- Providing pushLogStrLn. #64
2.3.1
2.3.0
- Move from blaze-builder to
Data.ByteString.Builder
#55