Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Primitive verbosity controlled logging.
Documentation
notice :: Verbosity -> String -> IO () Source #
Useful status message.
Display at normal
verbosity and above.
This is for the ordinary helpful status messages that users see. Just enough information to know that things are working but not floods of detail.
info :: Verbosity -> String -> IO () Source #
More detail on the operation of some action.
Display at verbose
verbosity and above.