easy_loggingversion

Module to log messages. Aimed at being both powerful and easy to use

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
AuthorMathias Millet
LicenseMPL-2.0
Published
Homepagehttps://sapristi.github.io/easy_logging/
Issue Trackerhttps://github.com/sapristi/easy_logging/issues
Maintainermathiasmillet@gmail.com
Dependencies
Source [http] https://github.com/sapristi/easy_logging/archive/v0.8.1.tar.gz
md5=8d5dca598561d4922d20a00fade0a1da
sha512=f310cd2a9f3f64942baf32287267ddfe3212bcc5aa5a62c7b269809f586e2247d2d1adc4bd52cc3a9a7e6f769b9de090f8386a1bc764612ec91bf2a7d886ef0b
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/easy_logging/easy_logging.0.8.1/opam
Required by