get_logger()
setup_logging()
get_logger(logger_name)
get_logger
Get the logger by name.
setup_logging([level])
setup_logging
Sets up the logging configuration for all modules.
Logger
level (int | Path | None, defaults to None) – An integer representing the logging level. An custom logging configuration can be used when passing a path.
None
previous
smac.utils.data_structures
next
smac.utils.multi_objective