package vlt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A variant of Bolt logging tool
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.5.tar.gz
sha256=756a6cba94204cda45ee767ca5f7e52ec321873dd53de48025c32dba1e03de24
md5=c0f22efcafa1119a9c82ffd9d7422da2
doc/vlt/Vlt/Tree/index.html
Module Vlt.TreeSource
This module is responsible for the management of loggers, stored in a tree.
Source
type logger_info = {name : Name.t;(*Logger name.
*)level : Level.t;(*Logger level, filtering events with a greater level.
*)filter : Filter.t lazy_t;(*Logger filter, selecting events to record.
*)pass : Filter.t lazy_t;(*Logger pass filter, selecting events to record.
*)layout : Layout.t lazy_t;(*Logger layout, defining how events are recorded.
*)mode : Mode.t;(*Logger mode, defining when events are recorded.
*)output : Output.impl lazy_t;(*Logger output, defining where events are recorded.
*)
}The type of loggers.
Registers the passed logger, making it able to receive events.
Returns the list of all loggers that may receive an event initially sent to the loggers whose name is passed. Each element of the returned list is a (n, l) couple where all loggers appearing in l are guaranteed to have a name equal to n.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>