Rtos API example

Embed: (wiki syntax)

« Back to documentation index

TestLogger Class Reference

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 1539 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 1542 of file test_api.py.


Member Function Documentation

def log_line (   self,
  LogType,
  log_line,
  timestamp = True,
  line_delim = '\n' 
)
Log one line of text

Reimplemented in CLITestLogger.

Definition at line 1560 of file test_api.py.