| Package | Description |
|---|---|
| io.cucumber.pro |
| Modifier and Type | Field and Description |
|---|---|
Logger.Level |
Logger.SystemLogger.level |
| Modifier and Type | Method and Description |
|---|---|
static Logger.Level |
Logger.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Logger.Level[] |
Logger.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.log(Logger.Level level,
java.lang.String message,
java.lang.Object... args) |
void |
Logger.SystemLogger.log(Logger.Level level,
java.lang.String message,
java.lang.Object... args) |
Copyright © 2018. All Rights Reserved.