cascade.set_logger_level_critical#

cascade.set_logger_level_critical() None#

Sets the logger level to “critical”

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

Cascade is not currently making use of this log level.