package lambdapi
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=9bc8ae3694dd51bd5742e7aba760bd2878c4b0e5ef9b3d4a7b06f3cd303b611d
sha512=c812c3129b3d85b0c4d7e741d11137dbb4fe2a0aaba3a5968409080b742924ecb506280c19ad83ef6bc910346db96d87780313fa7683c29345edae16ae79c704
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.