Classes | |
| class | AssetQCLogger |
Functions | |
| def | getLogger |
Variables | |
| string | BASE_LOG_NAME = 'assetqc' |
| LEVEL_CRITICAL = std_logging.CRITICAL | |
| LEVEL_DEBUG = std_logging.DEBUG | |
| LEVEL_ERROR = std_logging.ERROR | |
| int | LEVEL_FAILURE = 35 |
| LEVEL_INFO = std_logging.INFO | |
| LEVEL_NOTSET = std_logging.NOTSET | |
| int | LEVEL_PROGRESS = 25 |
| LEVEL_WARNING = std_logging.WARNING | |
Wrapper functions for printing to a log. The log may be the console, or a text file, or the screen. NOTE: Logger does not yet write to a file.
| def assetQC.api.logger.getLogger | ( | name = BASE_LOG_NAME | ) |
:param name: The logger dot-separated name. :type name: str :rtype: std_logging.Manager :return: Logging object.
| string assetQC::api::logger::BASE_LOG_NAME = 'assetqc' |
| assetQC::api::logger::LEVEL_CRITICAL = std_logging.CRITICAL |
| assetQC::api::logger::LEVEL_DEBUG = std_logging.DEBUG |
| assetQC::api::logger::LEVEL_ERROR = std_logging.ERROR |
| int assetQC::api::logger::LEVEL_FAILURE = 35 |
| assetQC::api::logger::LEVEL_INFO = std_logging.INFO |
| assetQC::api::logger::LEVEL_NOTSET = std_logging.NOTSET |
| int assetQC::api::logger::LEVEL_PROGRESS = 25 |
| assetQC::api::logger::LEVEL_WARNING = std_logging.WARNING |
1.7.6.1