package logs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Logging infrastructure for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
logs-0.10.0.tbz
sha512=122b7a77bd07aee1e0cb8e07e82b195a12528cf015e72fa0dd5afaae26ce04bad9b29f32a6d3bd3547fe522b8a036608785e8adb900e31580a0d555719bbb7e7
doc/index.html
Logs v0.10.0
Logs provides a logging infrastructure.
Logging is performed on sources whose reporting level can be set independently. Log message report is decoupled from logging and is handled by a reporter. A few optional log reporters are distributed with the package and the API easily allows to implement your own.
See the basics.
Library logs
LogsLogging.
Libraries logs.{browser,cli,fmt,lwt,threaded}
Each of these modules lives in its own library.
Logs_browserLogs_cliCmdlinersupport forLogs.Logs_fmtFormatcolorful reporter forLogs.Logs_lwtLogs_threadedThread safe logging.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page