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

Description

Published: 30 Aug 2022

README

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.

Dependencies (3)

  1. ocaml >= "4.03"
  2. lwt >= "4.0.0"
  3. dune >= "1.0"

Dev Dependencies

None

Conflicts

None