canteven-log-0.3.0.2: A canteven way of setting up logging for your program.

Safe HaskellNone
LanguageHaskell2010

Canteven.Log

Description

This module provides a way (not the best way, just *a* way) to easily set up logging for your program without all the hassle. It uses a standard configuration (obtained using the canteven-config package) to set up the hslogger configuration. Maybe in the future we will use some kind of more general logging monad, but for now, there are no monads here.

Synopsis

Documentation

setupLogging :: IO () Source

Read the program configuration, using the canteven-config, and set up hslogger.