cascade.set_logger_level_debug#

cascade.set_logger_level_debug() None#

Sets the logger level to “debug”

Cascade under the hood works with the spdlog C++ logging library API to control the screen verbosity of its screen logs. This function sets the level to “debug”.

When this level is activated cascade will also report on screen problems in the dynamics propagation, for example invalid states generated.