The UIALogger class provides test and error information retrieval functionality.
These methods log a message and set a severity level to support filtering in the detail pane.
Logs the specified message and sets the severity level to debug
.
(undefined) logDebug(String message)
A string containing the message to log.
Logs the specified message and sets the severity level to error
.
(undefined) logError(String message)
A string containing the message to log.
Logs a message and indicates a test has completed unsuccessfully.
(undefined) logFail(String message)
Logs a message and indicates a test has terminated abnormally.
(undefined) logIssue(String message)
A string containing the message to log.
Logs the specified message and sets the severity level to message
.
(undefined) logMessage(String message)
A string containing the message to log.
Logs a message and indicates a test has completed successfully.
(undefined) logPass(String message)
A string containing the message to log.
Logs a message and indicates a test has started.
(undefined) logStart(String message)
A string containing the message to log.
Logs the specified message and sets the severity level to warning
.
(undefined) logWarning(String message)
A string containing the message to log.
Last updated: 2010-05-27