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