Version 0.4 is out (or should be soon) :
- printf style logging is now the default
- 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)- log items are passed to the handlers of a logger’s ancestors (so that few handlers need initialisation) (possible to override)
- loggers inherit the level of their ancestor if not set explicitely
- an additional package
easy_logging_yojson
provides initialisation of loggers from the json format (withppx_deriving_yojson
), so that configuration can be fully done outside the code.