Description
Provides logging infrastructure for OCaml applications and libraries. Developers use it to emit structured messages, diagnostics, warnings, and runtime information in a consistent way.
Use it when an OCaml project needs configurable logging instead of ad hoc print statements. Applications should still avoid writing secrets or private data to logs.