fast-logger-0.0.2: A fast logging system

Safe HaskellSafe-Infered

System.Log.FastLogger.File

Synopsis

Documentation

data FileLogSpec

The spec for logging files

check :: FileLogSpec -> IO ()

Checking if a log file can be written.

rotate :: FileLogSpec -> IO ()

Rotating log files.