package lwt_log

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.1.tar.gz
md5=02e93be62288037870ae5b1ce099fe59

Description

Published: 31 Jul 2019

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. lwt >= "4.0.0"
  2. dune >= "1.0"
  3. ocaml < "5.0"

Dev Dependencies

None

Conflicts

None