public class BasicTestdriverLogger extends Object implements TestdriverLogger
| Constructor and Description |
|---|
BasicTestdriverLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(LogLevel logLevel,
String message)
Adds the received parameters to the LogEntry list.
|
void |
write()
Prints all the logs.
|
public void log(LogLevel logLevel, String message)
log in interface TestdriverLoggerlogLevel - the level of the log (see LogLevel)message - the message we expect it to containpublic void write()
write in interface TestdriverLoggerCopyright © 2018. All rights reserved.