Portability | |
---|---|
Stability | provisional |
Maintainer | diatchki@galois.com |
Network.HTTP.Server.Logger
Description
Documentation
data Logger
A type used by the server to report various events. Useful for debugging.
A logger that does not report anything.
utf8Logger :: Handle -> Handle -> Logger
A logger that uses the given handles for output and errors.
showLogItem :: LogItem -> String
readLogItem :: String -> Maybe LogItem