package easy_logging_yojson

  1. Overview
  2. No Docs
Configuration loader for easy_logging with yojson backend

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.2
md5=f037c384fcf01a05a17533f6a59d160e
sha512=fee38c650a6d1b3ac1cbddfcea2f9d80a86c490d7c46389776554088c31218d67ae583948c38854ec3ab9781b31e3d7de8354532518dd837627c0cb167b91337

Description

Provides deserialisation of logging configuration (loggers instantation and handlers parameters) from json, using ppx_deriving_yojson.


 Logging infrastructure inspired by the Python logging module.

The aim of this module is to provide a quick and easy to use logging infrastructure.

It has the following features :

  • one line logger creation
  • log messages printf style, or [string] or [string lazy_t]
  • tree logging architecture for light configuration
  • handlers associated to each logger will format, filter and treat the message independantly.
  • use the infrastructure with your own handlers with the [MakeLogging] functor.
  • use tags to add contextual information to log messages

Published: 11 Aug 2019

Dependencies (5)

  1. easy_logging = "0.5.2"
  2. ppx_deriving_yojson
  3. ppx_deriving >= "4.0" & < "5.0"
  4. dune >= "1.8"
  5. ocaml >= "4.04.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.