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
- Host: GitHub
- URL: https://github.com/siriuscourses/cheops-logger
- Owner: SiriusCourses
- License: mpl-2.0
- Created: 2020-10-22T19:40:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-08T15:04:31.000Z (8 months ago)
- Last Synced: 2025-06-08T16:18:41.567Z (8 months ago)
- Topics: haskell, logging-library
- Language: Haskell
- Homepage:
- Size: 822 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.markdown
- Changelog: ChangeLog.md
- License: LICENSE
- Security: SECURITY.md
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.