Public Member Functions | |
| def | __init__ |
| def | failure |
| def | progress |
Logger class for AssetQC project. Added a few helper functions for 'progress' and 'failure'. All the standard logging functions are in the base class, such as: - info - warning - error - debug
| def assetQC.api.logger.AssetQCLogger.__init__ | ( | self, | |
| name | |||
| ) |
| def assetQC.api.logger.AssetQCLogger.failure | ( | self, | |
| msg, | |||
| kwargs | |||
| ) |
| def assetQC.api.logger.AssetQCLogger.progress | ( | self, | |
| msg, | |||
| num, | |||
| kwargs | |||
| ) |
1.7.6.1