Logging infrastructure for OCaml
Browse cluster: OCaml Systems and Utilities →Logs is a logging infrastructure library for OCaml that enables logging through independent sources with configurable reporting levels, decoupling log message generation from report handling via pluggable reporters. The core library has no dependencies, though optional reporters and extensions depend on libraries like Fmt, js_of_ocaml, Cmdliner, and Lwt to support OCaml formatters, web browser consoles, command-line interfaces, and asynchronous logging respectively. The project is distributed under the ISC license and can be installed via opam.