neural_compressor.utils.logger
Logger: handles logging functionalities.
Classes
Logger class. |
Functions
|
Output log with the level as a parameter. |
|
Output log with the debug level. |
|
Output log with the error level. |
|
Output log with the fatal level. |
|
Output log with the info level. |
|
Output log with the warning level. |
|
Output log with the warning level (Alias of the method warn). |
Module Contents
- neural_compressor.utils.logger.log(level, msg, *args, **kwargs)[source]
Output log with the level as a parameter.
- neural_compressor.utils.logger.debug(msg, *args, **kwargs)[source]
Output log with the debug level.
- neural_compressor.utils.logger.error(msg, *args, **kwargs)[source]
Output log with the error level.
- neural_compressor.utils.logger.fatal(msg, *args, **kwargs)[source]
Output log with the fatal level.