package lwt_log

  1. Overview
  2. Docs
Lwt logging library (deprecated)

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.2.tar.gz
md5=f060baea008b2563265dbcf0250f8912
sha512=fb976d89c0f868b57434a9e0907ffae0842fe48fc747ddb860954d20f36722faea315ebb0b4dac202f9bf7203b0a09681614e9619f3bbd0dd59f8dd7bbd50575

README.md.html

Lwt_log: Lwt-friendly logging library (deprecated)

This library is deprecated in favor of the Logs_lwt module of logs.

See lwt_log_core.mli for documentation.

To install, opam install lwt_log.

The library is split into two ocamlfind packages. The "basic" lwt_log includes Unix log destination support, such as files and syslog, and Lwt_daemon. lwt_log.core is the pure-OCaml part of lwt_log, suitable for targeting JavaScript in the browser, or elsewhere where Unix is not available.