Popularity
6.9
Growing
Activity
0.0
Stable
11
5
7

Monthly Downloads: 75
Programming language: Haskell
License: MIT License
Tags: System     Logging    
Latest version: v0.3.0

logging-facade alternatives and similar packages

Based on the "Logging" category.
Alternatively, view logging-facade alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of logging-facade or a related project?

Add another 'Logging' Package

README

logging-facade

A logging API for Haskell, inspired by slf4j. Code that logs messages with logging-facade doesn't have to depend on or make any decisions about the logging backend that you want to use in the end. Choosing the logging backend can be done at the top-most level -- e.g. in the main function of your executable. Only at that point you have to actually depend on the libraries that you need for whatever logging backend you're going for.

logging-facade itself only depends on libraries that ship with ghc.

logging-facade has a sensible default: logging to stderr. And there are back ends for both syslog and journald: