← All repos

lwt_log

(Deprecated) Lwt-friendly logger

Browse cluster: OCaml incremental computation and PPX tooling
113commits
26contributors
2languages

Tech stack & purpose

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.

Languages

OCaml
99.9%
Makefile
0.1%

Contributors