Module Logs_browser

Web browser reporters for Logs.

%%VERSION%% - homepage

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.