Safe Haskell | Safe |
---|---|
Language | Haskell98 |
System.Log.FastLogger.File
- data FileLogSpec = FileLogSpec {}
- check :: FileLogSpec -> IO ()
- rotate :: FileLogSpec -> IO ()
Documentation
data FileLogSpec Source
The spec for logging files
Constructors
FileLogSpec | |
Fields
|
check :: FileLogSpec -> IO () Source
Checking if a log file can be written.
rotate :: FileLogSpec -> IO () Source
Rotating log files.