flexeval.log_utils# Logging utilities. Functions set_up_logging([log_level]) Classes LogLevel(value) An enumeration. class flexeval.log_utils.LogLevel(value)[source]# Bases: str, Enum An enumeration. CRITICAL = 'critical'# DEBUG = 'debug'# ERROR = 'error'# INFO = 'info'# WARNING = 'warning'# classmethod get_logging_constant(level_str: str) → int[source]# flexeval.log_utils.set_up_logging(log_level: int = 20)[source]#