SessionLogger-0.3.0.0: Easy Loggingframework

System.Log.SessionLogger

Contents

Description

Example of Usage:

 runIOLogger Applicationname $ do
   initLogger
   logNotice Just a small notice
   logWarn Something more important
   logData filename Logfile Info data which is logged to file

Synopsis

Binds ...

Data

newtype Logger m a Source

Constructors

Logger (ReaderT LoggerData m a) 

Instances

Initializing functions

testLogger :: MonadIO m => Logger m a -> m aSource

runIOLogger :: MonadIO m => String -> Logger m a -> m aSource

Logging functions

Internal/debugging functions