Holumbus-Distribution-0.1.0: intra- and inter-program communicationSource codeContentsIndex
Holumbus.Common.Logging
Portabilityportable
Stabilityexperimental
MaintainerStefan Schmidt (stefanschmidt@web.de)
Contents
Configuration
Description

Version : 0.1

In this part of the Holumbus-Framework, we use hslogging. With this, we are able to activate and deactivate some nice debugging-Output. This is the global configuration for the logging-output. Of cource, if you want to use this output, you have to invoke initializeLogging.

Synopsis
initializeLogging :: [(String, Priority)] -> IO ()
initializeFileLogging :: FilePath -> [(String, Priority)] -> IO ()
Configuration
initializeLogging :: [(String, Priority)] -> IO ()Source
configures the logging-parameters for the Holumbus-Framework
initializeFileLogging :: FilePath -> [(String, Priority)] -> IO ()Source
configures the logging-parameters for the Holumbus-Framework
Produced by Haddock version 2.6.1