easy_loggingversion

Module to easily log messages

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 are either [string] or [string lazy_t]
  • log level adaptable at runtime from anywhere in the program
  • handlers associated to each logger will format and treat the message independantly.
  • annotage log messages with tags
AuthorMathias Millet
LicenseGPL-1.0-or-later
Published
Homepagehttps://sapristi.github.io/easy_logging/easy_logging/
Issue Trackerhttps://github.com/sapristi/easy_logging/issues
Maintainermathiasmillet@gmail.com
Dependencies
Source [http] https://github.com/sapristi/easy_logging/tarball/v0.2
md5=16727b9601e8026716e3831b974fd5e0
sha512=ca6f6709624a0f96db4c1c99071d6758078c966b30f8952f41057c9dbce812bdbd4133ccf4ba579c98717d8353d1ce51bb6c84aee0980bd6455681415e9d62a3
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/easy_logging/easy_logging.0.2/opam
Required by