No description
Find a file
2016-11-22 11:12:00 -08:00
src/System use time-locale-compat 2016-08-12 16:07:22 -07:00
test Let caller specify BufferMode for the log file 2013-10-23 12:02:54 -04:00
.ghci
.gitignore Ignore test log files 2013-10-07 00:52:37 -04:00
.travis.yml Add travis 2014-08-24 11:57:33 -04:00
changelog.md Prepare for 0.4.2 2016-11-22 11:12:00 -08:00
LICENSE Include BSD3 license 2016-11-15 13:18:40 -08:00
README.md Add travis status to readme 2014-08-24 11:58:13 -04:00
rotating-log.cabal Prepare for 0.4.2 2016-11-22 11:12:00 -08:00
Setup.hs Commit Setup.hs 2013-09-30 17:23:18 -04:00
stack.yaml stack init 2016-02-28 22:06:41 -05:00

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.