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
LicenseGPL-1.0-or-later
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/tarball/v0.5
md5=12fb8044e96ea1ace1cc465c766cde7e
sha512=17ab30169c54a13f3aff8605bd1acaffb911c6882fa3a0c7ad6c14b2dcbd3c08b0f2568fb0ec500ae6e741be926a49fb73954d2ccfedcd274463ffed20149b02
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/easy_logging/easy_logging.0.5/opam
Required by