smac.utils.logging¶
Functions¶
  | 
Get the logger by name.  | 
  | 
Sets up the logging configuration for all modules.  | 
Interfaces¶
- smac.utils.logging.setup_logging(level=False)[source]¶
 Sets up the logging configuration for all modules.
- Parameters:
 level (int | Path | Literal[False] | None, defaults to None) – An integer representing the logging level. An custom logging configuration can be used when passing a path. If False, no logging setup is performed.
- Return type:
 None