package lambdapi
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=2c251021b6fac40c05282ca183902da5b1008e69d9179d7a9543905c2c21a28a
sha512=69535f92766e6fedc2675fc214f0fb699bde2a06aa91d338c93c99756235a293cf16776f6328973dda07cf2ad402e58fe3104a08f1a896990c1778b42f7f9fcf
doc/lambdapi.common/Common/Logger/index.html
Module Common.Logger
Source
Functions for creating loggers. *
log_enabled
is the cached result of whether there exists an enabled logging function. Its main use is to guard logging operations to avoid performing unnecessary computations.
Type of a logging function. It needs to be boxed for higher-rank polymorphism reasons
make key name desc
registers a new logger and returns its pp.
set_debug value key
enables or disables the loggers corresponding to every character of str
according to value
.
set_default_debug str
declares the debug flags of str
to be enabled by default.
get_activated_loggers ()
fetches the list of activated loggers, listed in a string
reset_loggers ()
resets the debug flags to those by default.
log_summary ()
gives the keys and descriptions for logging options.