log4hs-0.9.0.0: A python logging style log library

Safe HaskellNone
LanguageHaskell2010

Logging.Manager

Synopsis

Documentation

data Manager Source #

Logging Manager which holds the hierarchy of sinks and other settings.

Since v0.7.0, the TimeZone of the logging environment can be configurable.

Constructors

Manager 

Fields

initialize :: Manager -> IO () Source #

Initialize a Manager, open all its handlers.

terminate :: Manager -> IO () Source #

Terminate a Manager, close all its handlers.