Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_file_test BLE_Blink ExternalEncoder
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 1545 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 1548 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 15:21:15 by
