TestLogger Class Reference
Inherited by CLITestLogger.
Public Member Functions | |
def | __init__ |
def | log_line |
Detailed Description
Super-class for logging and printing ongoing events for test suite pass
Definition at line 1586 of file test_api.py.
Constructor & Destructor Documentation
def __init__ | ( | self, | |
store_log = True |
|||
) |
We can control if logger actually stores log in memory or just handled all log entries immediately
Definition at line 1589 of file test_api.py.
Member Function Documentation
def log_line | ( | self, | |
LogType, | |||
log_line, | |||
timestamp = True , |
|||
line_delim = '\n' |
|||
) |
Generated on Tue Jul 12 2022 12:22:58 by
