= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Module to easily 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 }">
Authors
Maintainers
Sources
v0.3
md5=f2c40e821571792fc46dce2e97b2154b
sha512=15bbf841d4a7c5ff7c7d0af60176e6479a2ea1bf97e882d1c5bcf0adc7ccf990d947999705e63717353a86c8e87aa473e830629631b75501894389ca99b9f273
Description
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
Published: 27 Mar 2019
Dependencies (3)
-
ppx_deriving
>= "4.2" & < "5.0"
-
dune
>= "1.0"
-
ocaml
>= "4.04.0"
Dev Dependencies
-
None
Used by (1)
Conflicts
-
None
On This Page