assetQC
 All Classes Namespaces Files Functions Variables
Classes | Functions | Variables
assetQC::api::logger Namespace Reference

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

Detailed Description

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.

Function Documentation

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.

Variable Documentation

assetQC::api::logger::LEVEL_CRITICAL = std_logging.CRITICAL
assetQC::api::logger::LEVEL_DEBUG = std_logging.DEBUG
assetQC::api::logger::LEVEL_ERROR = std_logging.ERROR
assetQC::api::logger::LEVEL_NOTSET = std_logging.NOTSET
assetQC::api::logger::LEVEL_WARNING = std_logging.WARNING
 All Classes Namespaces Files Functions Variables