Logging module for OCaml.
Quick start :
open Easy_logging
logger = Logging.make_logger "my_logger" Debug [Cli Debug];;
logger#info "log_message";;See documentation at https://sapristi.github.io/easy_logging/easy_logging
simplifed configuration in case of multiple loggers (and closer to the python module) : the loggers form a tree (based on their name, dots indicating descendence)