An open API service indexing awesome lists of open source software.

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.

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
```