fast-logger

A fast logging system

Version on this page:2.4.6@rev:1
LTS Haskell 22.20:3.2.2
Stackage Nightly 2024-05-05:3.2.2
Latest on Hackage:3.2.2

See all snapshots fast-logger appears in

BSD-3-Clause licensed and maintained by Kazu Yamamoto
This version can be pinned in stack with:fast-logger-2.4.6@sha256:e21ca5ae34df768534b45bade1afda5922a5c514133c12401bdacba2da24aeb2,1919

Module documentation for 2.4.6

fast-logger

A fast logging system

Changes

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

  • No changes.

2.3.0

  • Move from blaze-builder to Data.ByteString.Builder #55