| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Katip.Scribes.Handle
Documentation
data ColorStrategy Source
Constructors
| ColorLog Bool | Whether to use color control chars in log output |
| ColorIfTerminal | Color if output is a terminal |
mkHandleScribe :: ColorStrategy -> Handle -> Severity -> Verbosity -> IO Scribe Source
Logs to a file handle such as stdout, stderr, or a file.