An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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.

Ecosystem
hackage.haskell.org
Latest Release
0.1.0.2
over 10 years ago
Versions
3
Downloads
2,203 total
Dependent Repos
1
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/logger
spec
License Apache-2.0
First Release about 11 years ago
Last Synced 8 days ago
Repository
Stars 56 on GitHub
Forks 7 on GitHub