No description
Find a file
2013-10-04 20:00:26 -04:00
src/System Add some docs before Hackage release 2013-10-04 19:58:29 -04:00
test Log to fixed file so unfinished log files don't accumulate 2013-04-19 14:44:30 -04:00
.ghci Add ability to specify a post-rotate action 2013-04-19 10:40:27 -07:00
.gitignore Tweak .gitignore 2013-04-19 12:46:33 -07:00
LICENSE Fix errors and warnings 2013-04-17 13:14:25 -04:00
README.md Add some docs before Hackage release 2013-10-04 19:58:29 -04:00
rotating-log.cabal Remove upper bounds from deps 2013-10-04 19:59:21 -04:00
Setup.hs Add Setup.hs to git 2013-10-04 20:00:26 -04:00

rotating-log

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.