No description
Find a file
Yann Esposito (Yogsototh) 98ced7a7d6
update time deps
2022-02-27 13:45:48 +01:00
src/System update dependencies & removed some build warns 2018-01-12 22:50:06 +01: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 update dependencies & removed some build warns 2018-01-12 22:50:06 +01: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 update time deps 2022-02-27 13:45:48 +01:00
Setup.hs Commit Setup.hs 2013-09-30 17:23:18 -04:00
stack.yaml update dependencies & removed some build warns 2018-01-12 22:50:06 +01: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.