roseau.load_flow.utils.log#

Module Contents#

Functions#

set_logging_config(→ None)

Configure the logging level of the solver.

set_logging_config(verbosity: Literal[trace, debug, info, warning, error, critical]) None#

Configure the logging level of the solver.

Parameters:

verbosity – A valid verbosity level to set for the solver. Can be one of: {“trace”, “debug”, “info”, “warning”, “error”, “critical”}