module Logs_browser:sig
..end
Logs
.
Release 0.5.0 - Daniel Bünzli <daniel.buenzl i@erratique.ch>
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.