No description
Find a file
2016-08-12 16:07:22 -07: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 Add ability to specify a post-rotate action 2013-04-19 10:40:27 -07:00
.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
LICENSE Fix errors and warnings 2013-04-17 13:14:25 -04:00
README.md Add travis status to readme 2014-08-24 11:58:13 -04:00
rotating-log.cabal use time-locale-compat 2016-08-12 16:07:22 -07: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.