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

Safe HaskellNone
LanguageHaskell2010

System.Wlog.Handler.Roller

Description

Custom implementation of LogHandler with log rotation support.

Synopsis

Documentation

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

Create rotation logging handler.