unix-process-conduit-0.2.1: Run processes on Unix systems, with a conduit interface

Safe HaskellNone

Data.Conduit.LogFile

Synopsis

Documentation

data RotatingLog Source

Represents a folder used for totating log files.

Since 0.2.1

openRotatingLogSource

Arguments

:: FilePath

folder to contain logs

-> Word

maximum log file size, in bytes

-> IO RotatingLog 

Create a new RotatingLog.

Since 0.2.1

dummy :: RotatingLogSource

A RotatingLog which performs no logging.

Since 0.2.1