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

https://github.com/siriuscourses/cheops-logger

Simple Structured logger
https://github.com/siriuscourses/cheops-logger

haskell logging-library

Last synced: 3 months ago
JSON representation

Simple Structured logger

Awesome Lists containing this project

README

          

# Cheops-logger - logging system.

This repostory provide two packages

* [co-log-json](./co-log-json) — structured logging library. This is a general purpose library
that can be combined with the control structures of your application and it does not introduce
unnessesary dependencies.

* [cheops-logger](./cheops-logger) — wrapper over a set of logging and related libraries.
This library is ready to be used in application. It provides a set of reasonable defaults and choices
and is used in internal applications.