Beispiel #1
0
def QA_util_log_expection(logs, ui_log=None, ui_progress=None):
    
    """
    explanation:
        QUANTAXIS ERROR级别日志接口		

    params:
        * logs ->:
            meaning: 日志信息
            type: null
            optional: [null]
        * ui_log ->:
            meaning:
            type: null
            optional: [null]
        * ui_progress ->:
            meaning:
            type: null
            optional: [null]

    return:
        None
	
    demonstrate:
        Not described
	
    output:
        Not described
    """

    logging.exception(logs)
Beispiel #2
0
def util_log_exception(logs):
    """
    explanation:
        QUANTAXIS ERROR级别日志接口
    """

    logging.exception(logs)
Beispiel #3
0
def QA_util_log_expection(logs, ui_log=None, ui_progress=None):
    """
    QUANTAXIS Log Module
    @yutiansut

    QA_util_log_x is under [QAStandard#0.0.2@602-x] Protocol
    """
    logging.exception(logs)
Beispiel #4
0
def QA_util_log_expection(logs):
    """
    QUANTAXIS Log Module
    @yutiansut

    QA_util_log_x is under [QAStandard#0.0.2@602-x] Protocol
    """
    logging.exception(logs)
Beispiel #5
0
def util_log_expection(logs, ui_log = None, ui_progress = None):
    """
    QUANTAXIS Log Module
    @yutiansut

    QA_util_log_x is under [QAStandard#0.0.2@602-x] Protocol
    """
    logging.exception(logs)
Beispiel #6
0
def util_log_exception(logs):
    logging.exception(logs)