No description
Find a file
Ozgun Ataman fe6c5ca55e Merge branch 'master' of github.com:Soostone/rotating-log
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-10-07 00:49:49 -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
README.md Add some docs before Hackage release 2013-10-04 19:58:29 -04:00
rotating-log.cabal Merge branch 'master' of github.com:Soostone/rotating-log 2013-10-07 00:49:49 -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.