package lambdapi
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=04fac3b56d1855795d7d2d2442bc650183bcd71f676c3ea77f37240e33769ce9
sha512=37f7bec3bc48632379ca9fb3eb562a0c0387e54afbdd10fb842b8da70c6dad529bb98c14b9d7cddf44a1d5aa61bba86338d310e6a7b420e95b2996b4fbafc95c
doc/lambdapi.common/Common/Logger/index.html
Module Common.LoggerSource
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.