logo
首页技术栈工具库讨论
logger

logger

Logging is a fast and extensible Haskell logging framework. Logging allows you to log any kind of messages in both IO as well as pure code, depending on the informations you want to log. The framework bases on the idea of logger transformer stack defining the way it works. You can build your own stack to highly tailor the behaviour to your needs, starting with such simple things, like logging messages to a list, ending on logging compile-time, priority-filtered messages from different threads and gathering them in other logger thread. For detailed documentation and examples look at the 'System.Log' module.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install logger
查看
标签
根据用户添加的标签生成
暂无标签