package logs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Web browser reporters for Logs
.
v0.7.0 - 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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page