fast-logger-2.4.11: A fast logging system

Safe HaskellSafe
LanguageHaskell98

System.Log.FastLogger.File

Synopsis

Documentation

data FileLogSpec Source #

The spec for logging files

Constructors

FileLogSpec 

Fields

check :: FilePath -> IO () Source #

Checking if a log file can be written.

rotate :: FileLogSpec -> IO () Source #

Rotating log files.