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: blinky_max32630fthr
CLITestLogger Class Reference
Inherits tools::test_api::TestLogger.
Public Member Functions | |
| def | log_print |
| def | log_line |
Detailed Description
Logger used with CLI (Command line interface) test suite. Logs on screen and to file if needed
Definition at line 1581 of file test_api.py.
Member Function Documentation
| def log_line | ( | self, | |
| LogType, | |||
| log_line, | |||
timestamp = True, |
|||
line_delim = '\n' |
|||
| ) |
Logs line, if log file output was specified log line will be appended
at the end of log file
Reimplemented from TestLogger.
Definition at line 1598 of file test_api.py.
| def log_print | ( | self, | |
| log_entry, | |||
timestamp = True |
|||
| ) |
Prints on screen formatted log entry
Definition at line 1590 of file test_api.py.
Generated on Tue Jul 12 2022 14:21:39 by
1.7.2
