package lwt_log

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.0.tar.gz
md5=92142135d01a4d7e805990cc98653d55

Description

Published: 10 Apr 2018

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. jbuilder >= "1.0+beta10"
  3. ocaml < "5.0"

Dev Dependencies

None

Conflicts

None