Module Logging
This module is undocumented. This is a list of its definitions.
marker :: String -> Marker
The marker with the given name. The same name always gives the same marker.
printingToLogging :: <b> a -> <b> a
Redirects print commands to INFO level logging and printErrors to ERROR level logging.
|