| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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.
- setupLogging :: IO ()
Documentation
setupLogging :: IO () Source
Read the program configuration, using the canteven-config, and set
up hslogger.