keter-1.3.10.1: Web application deployment manager, focusing on Haskell web frameworks

Safe HaskellNone
LanguageHaskell98

Data.Conduit.LogFile

Synopsis

Documentation

data RotatingLog Source

Represents a folder used for totating log files.

Since 0.2.1

openRotatingLog Source

Arguments

:: FilePath

folder to contain logs

-> Word

maximum log file size, in bytes

-> IO RotatingLog 

Create a new RotatingLog.

Since 0.2.1

dummy :: RotatingLog Source

A RotatingLog which performs no logging.

Since 0.2.1