(Deprecated) Lwt-friendly logger
Browse cluster: OCaml incremental computation and PPX tooling →Lwt_log is a deprecated logging library for OCaml built on top of the Lwt concurrency library. The project is now superseded by the Logs_lwt module of the Logs library. The codebase is split into two packages: the core lwt_log.core provides pure OCaml logging functionality suitable for JavaScript and browser environments, while the main lwt_log package adds Unix-specific log destinations such as files and syslog, along with daemon support.