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.