TestRunService instead@Deprecated public class TestRunLogService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Deprecated.
logger
|
| Constructor and Description |
|---|
TestRunLogService(LogService logService,
String driverId,
String test,
String testRun)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDriverId()
Deprecated.
|
String |
getTestName()
Deprecated.
|
String |
getTestRunName()
Deprecated.
|
void |
log(LogService.LogLevel level,
String msg)
Deprecated.
Log a message specific to this instance
|
void |
logDebug(String msg)
Deprecated.
Logs a DEBUG message.
|
void |
logError(String msg)
Deprecated.
Logs an ERROR message.
|
void |
logFatal(String msg)
Deprecated.
Logs a FATAL message.
|
void |
logInfo(String msg)
Deprecated.
Logs an INFO message.
|
void |
logTrace(String msg)
Deprecated.
Logs a TRACE message.
|
void |
logWarn(String msg)
Deprecated.
Logs a WARN message.
|
public TestRunLogService(LogService logService, String driverId, String test, String testRun)
logService - the service that actually does the workdriverId - the ID of the driver that message will be logged against (may be null)test - the name of the test that messages will be logged against (may be null)testRun - the name of the test run that messages will be logged against (may be null)public void log(LogService.LogLevel level, String msg)
level - the severity of the messagemsg - the log messagepublic void logTrace(String msg)
msg - (String) message to log.public void logDebug(String msg)
msg - (String) message to log.public void logInfo(String msg)
msg - (String) message to log.public void logWarn(String msg)
msg - (String) message to log.public void logError(String msg)
msg - (String) message to log.public void logFatal(String msg)
msg - (String) message to log.public String getTestName()
public String getTestRunName()
public String getDriverId()
Copyright © 2005–2018 Alfresco Software. All rights reserved.