tinylog

Simplistic logging using fast-logger.

https://gitlab.com/twittner/tinylog/

Version on this page:0.14.0
LTS Haskell 19.33:0.15.0
Stackage Nightly 2022-03-17:0.15.0
Latest on Hackage:0.15.0

See all snapshots tinylog appears in

MPL-2.0 licensed by Toralf Wittner
Maintained by Toralf Wittner
This version can be pinned in stack with:tinylog-0.14.0@sha256:8f990a1eef9aa774a64a68281b572c5c246f3e39c3b5d873724932fefe8c6d5a,1616

Module documentation for 0.14.0

Trivial logger on top of fast-logger.

Changes

0.14.0

  • setFormat now expects a Maybe DateFormat to allow for not having a date format at all.

0.13.0

  • Change DateFormat representation to UnixTime -> ByteString. This is mainly to allow clients complete control over date and time formatting.

0.12.1

  • Relax upper-bound of fast-logger dependency.

0.12.0

  • Add support for logger-specific log-levels.
  • Changed logger name in settings to Maybe Text.

0.10

  • Introduce Settings module.

0.9

  • Add support for netstrings encoding.

0.8

  • Initial release.