← All repos

logs

Logging infrastructure for OCaml

Browse cluster: OCaml Systems and Utilities
105commits
4contributors
2languages

Tech stack & purpose

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.

Languages

OCaml
97.4%
HTML
2.6%

Contributors