log-warper-0.3: Flexible, configurable, monadic and pretty logging

Safe HaskellNone
LanguageHaskell2010

System.Wlog.Roller

Description

Custom implementation of LogHandler with log rotation support.

Synopsis

Documentation

rotationFileHandler :: MonadIO m => RotationParameters -> FilePath -> Priority -> m RollerHandler Source #

Create rotation logging handler.