package logs

  1. Overview
  2. Docs
Logging infrastructure for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

logs-0.9.0.tbz
sha512=b75fb28e83f33461b06b5c9b60972c4a9a9a1599d637b4a0c7b1e86a87f34fe5361e817cb31f42ad7e7cbb822473b28fab9f58a02870eb189ebe88dae8e045ff

doc/logs.browser/Logs_browser/index.html

Module Logs_browser

Web browser reporters for Logs.

Reporters

val console_reporter : unit -> Logs.reporter

console_reporter () logs message using the browser console object at the corresponding level and uses console.log for the App level.

The reporter does not process or render information about message sources or tags.

Consult the browser support.

OCaml

Innovation. Community. Security.

On This Page
  1. Reporters