assetQC
 All Classes Namespaces Files Functions Variables
Public Member Functions
assetQC.api.logger.AssetQCLogger Class Reference

List of all members.

Public Member Functions

def __init__
def failure
def progress

Detailed Description

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

Constructor & Destructor Documentation

def assetQC.api.logger.AssetQCLogger.__init__ (   self,
  name 
)

Member Function Documentation

def assetQC.api.logger.AssetQCLogger.failure (   self,
  msg,
  kwargs 
)
def assetQC.api.logger.AssetQCLogger.progress (   self,
  msg,
  num,
  kwargs 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables