log4hs-0.9.0.0: A python logging style log library
Logging.Manager
data Manager Source #
Logging Manager which holds the hierarchy of sinks and other settings.
Manager
Since v0.7.0, the TimeZone of the logging environment can be configurable.
TimeZone
Constructors
Fields
Since: 0.7.0
Deprecated: Will be removed
Since 0.8.0, unhandled Exceptions are logged only in the global logging environment.
Exception
initialize :: Manager -> IO () Source #
Initialize a Manager, open all its handlers.
terminate :: Manager -> IO () Source #
Terminate a Manager, close all its handlers.