Copyright | (c) Galois, Inc. 2007, 2008 |
---|---|
License | BSD3 |
Maintainer | diatchki@galois.com |
Stability | provisional |
Portability | |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
Documentation
A type used by the server to report various events. Useful for debugging.
A logger that uses the standard output and standard error. Text is UTF8 encoded.
A logger that does not report anything.
utf8Logger :: Handle -> Handle -> Logger Source
A logger that uses the given handles for output and errors.
showLogItem :: LogItem -> String Source
readLogItem :: String -> Maybe LogItem Source