Safe Haskell | Safe |
---|---|
Language | Haskell98 |
System.Log.FastLogger.File
- data FileLogSpec = FileLogSpec {}
- check :: FilePath -> IO ()
- rotate :: FileLogSpec -> IO ()
Documentation
data FileLogSpec Source #
The spec for logging files
Constructors
FileLogSpec | |
Fields
|
rotate :: FileLogSpec -> IO () Source #
Rotating log files.