https://github.com/trskop/lumberjack
Flexible logging framework for Haskell.
https://github.com/trskop/lumberjack
haskell logging logging-library
Last synced: 12 days ago
JSON representation
Flexible logging framework for Haskell.
- Host: GitHub
- URL: https://github.com/trskop/lumberjack
- Owner: trskop
- Created: 2015-09-06T22:16:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T23:12:36.000Z (over 7 years ago)
- Last Synced: 2025-10-28T07:36:54.097Z (8 months ago)
- Topics: haskell, logging, logging-library
- Language: Haskell
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lumberjack
## Description
Flexible logging framework for Haskell.
## Directory/Package Structure
```
lumberjack/
├─╴log-level/ -- Data types for encoding logging levels
├─╴logstr/ -- Log message builder with O(1) length operation.
├─╴lumberjack-core/ -- Lumberjack logging (meta) framework
├─╴lumberjack-fast-logger/ -- FastLogger backend for Lumberjack
├─╴README.md
├─╴mk-stack-yaml.hs
├─╴stack-template.yaml
└─╴stack-lts-*.yaml
```