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