| |||||||||||||
| |||||||||||||
| |||||||||||||
Description | |||||||||||||
Haskell Logging Framework Written by John Goerzen, jgoerzen@complete.org This module defines basic types used for logging. This API is new and in a state of flux. Extensive documentation is available in MissingH.Logging.Logger. | |||||||||||||
Synopsis | |||||||||||||
| |||||||||||||
Types | |||||||||||||
data Priority | |||||||||||||
type LogRecord = (Priority, String) | |||||||||||||
Internal type of log records | |||||||||||||
Produced by Haddock version 0.8 |