cascade.set_logger_level_warn#

cascade.set_logger_level_warn() None#

Sets the logger level to “warn”

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 “warn”.

When this level is activated cascade may also report on screen various polynomial root finding failiures as well as other numerical issues that do not invalidate the computations.