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.
hackage.haskell.org
0.1.0.2
over 10 years ago
3
2,203 total
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 |