package easy_logging

  1. Overview
  2. Docs

Logging module for OCaml.

Quick start :

open Easy_logging
logger = Logging.make_logger "my_logger" (Some Debug) [Cli Debug];;
logger#info "log_message";;

See documentation at https://sapristi.github.io/easy_logging/easy_logging

OCaml

Innovation. Community. Security.