fast-logger-2.2.3: A fast logging system

Safe HaskellSafe-Inferred

System.Log.FastLogger.File

Synopsis

Documentation

data FileLogSpec Source

The spec for logging files

Constructors

FileLogSpec 

Fields

log_file :: FilePath
 
log_file_size :: Integer
 
log_backup_number :: Int
 

check :: FileLogSpec -> IO ()Source

Checking if a log file can be written.

rotate :: FileLogSpec -> IO ()Source

Rotating log files.