A family of wrappers of selected futile.logger::futile.logger functions that control
the logging mechanism in crmPack. The crmPack uses futile.logger::futile.logger
package for the logging purposes. All the messages logged in crmPack are
logged into crmPack logger at the futile.logger::TRACE level. Hence,
enabling verbose logging means that the logging threshold will be set to
futile.logger::TRACE for the crmPack logger, and disabling verbose
logging means that it will be set to futile.logger::FATAL.
Functions
enable_logging(): A simple wrapper offutile.logger::flog.threshold()that enablescrmPackverbose logging by setting logging threshold tofutile.logger::TRACEforcrmPacklogger.disable_logging(): A simple wrapper offutile.logger::flog.threshold()that disablescrmPackverbose logging by setting logging threshold tofutile.logger::FATALforcrmPacklogger.is_logging_enabled(): A simple wrapper offutile.logger::flog.logger()that checks whether current threshold level forcrmPacklogger is verbose, which isfutile.logger::TRACE. It returnsTRUEif the current logging level is verbose,FALSEotherwise.log_trace(): A simple wrapper offutile.logger::flog.trace()that prints a log message in thecrmPacklogger.
