Uses of Class
net.thucydides.core.logging.LoggingLevel
Package | Description |
---|---|
net.thucydides.core.logging |
-
Uses of LoggingLevel in net.thucydides.core.logging
Methods in net.thucydides.core.logging that return LoggingLevel Modifier and Type Method Description static LoggingLevel
LoggingLevel. definedIn(EnvironmentVariables environmentVariables)
static LoggingLevel
LoggingLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LoggingLevel[]
LoggingLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.thucydides.core.logging with parameters of type LoggingLevel Modifier and Type Method Description boolean
LoggingLevel. isAtLeast(LoggingLevel minimumLoggingLevel)