package logs

  1. Overview
  2. Docs
On This Page
  1. Reporters
Logging infrastructure for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

logs-0.10.0.tbz
sha512=122b7a77bd07aee1e0cb8e07e82b195a12528cf015e72fa0dd5afaae26ce04bad9b29f32a6d3bd3547fe522b8a036608785e8adb900e31580a0d555719bbb7e7

doc/logs.browser/Logs_browser/index.html

Module Logs_browserSource

Web browser reporters for Logs.

Reporters

Sourceval 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.