Uses of Enum
net.thucydides.core.logging.LoggingLevel
Packages that use LoggingLevel
-
Uses of LoggingLevel in net.thucydides.core.logging
Methods in net.thucydides.core.logging that return LoggingLevelModifier and TypeMethodDescriptionstatic LoggingLevelLoggingLevel.definedIn(EnvironmentVariables environmentVariables) static LoggingLevelReturns 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 LoggingLevelModifier and TypeMethodDescriptionbooleanLoggingLevel.isAtLeast(LoggingLevel minimumLoggingLevel)