rotating-log

Size-limited, concurrent, automatically-rotating log writer.

http://github.com/Soostone/rotating-log

Version on this page:0.4.2
LTS Haskell 9.21:0.4.2
Stackage Nightly 2017-07-25:0.4.2
Latest on Hackage:0.4.3

See all snapshots rotating-log appears in

BSD-3-Clause licensed by Ozgun Ataman, Doug Beardsley
Maintained by [email protected]
This version can be pinned in stack with:rotating-log-0.4.2@sha256:a59edb24f67d566d1975a1171e86994120972bd8eea93541f11811febb4c541e,1329

Module documentation for 0.4.2

rotating-log Build Status

Description

A simple package to facilitate easy logging into size-limited, automatically rotating files.

Features

  • Pragmatic, practical
  • Minimal dependencies
  • Implicit handling of log rotation
  • Thread-safe and therefore concurrency-friendly
  • Battle-tested in high volue production

Contributing

Bug-reports, feature suggestions, patches are all welcome.

Changes

0.4.2

  • Add missing time-locale-compat dependency for test suite. 0.4.1
  • Fixed incorrect license file. rotating-log is BSD-3.