easy_logging_yojson
Configuration loader for easy_logging with yojson backend
Description
Provides deserialisation of logging configuration (loggers instantation and handlers parameters) from json, using ppx_deriving_yojson.
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
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 08 Nov 2019
- Authors
- Maintainers
Sources
v0.7.1.tar.gz
md5=ff59e729374d66cc927de16bd7b82dea
sha512=ca31fd39edab9a9592e9d5b2646dccc750037f823c4195de4b5ce4760e9463df1576806f850911ef96b359a45c35cc25f160860aa87b5519cf8b8feca8a68deb
Dependencies
Reverse Dependencies