| Package | Description |
|---|---|
| io.tromba.testdriver.core.logging |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestdriverLogger.log(LogLevel logLevel,
String message)
Add log with level logLevel and message message.
|
void |
BasicTestdriverLogger.log(LogLevel logLevel,
String message)
Adds the received parameters to the LogEntry list.
|
| Constructor and Description |
|---|
LogEntry(LogLevel level) |
LogEntry(LogLevel level,
String message) |
Copyright © 2016. All rights reserved.