Uses of Enum
org.tweetyproject.commons.TweetyConfiguration.LogLevel
Packages that use TweetyConfiguration.LogLevel
-
Uses of TweetyConfiguration.LogLevel in org.tweetyproject.commons
Fields in org.tweetyproject.commons declared as TweetyConfiguration.LogLevelModifier and TypeFieldDescriptionstatic TweetyConfiguration.LogLevel
TweetyLogging.logLevel
The log level (The possible values are described byTweetyConfiguration.LogLevel
, default isTweetyConfiguration.LogLevel.INFO
)Methods in org.tweetyproject.commons that return TweetyConfiguration.LogLevelModifier and TypeMethodDescriptionstatic TweetyConfiguration.LogLevel
TweetyConfiguration.LogLevel.getLogLevel(String s)
Returns the log level described by the given stringstatic TweetyConfiguration.LogLevel
Returns the enum constant of this type with the specified name.static TweetyConfiguration.LogLevel[]
TweetyConfiguration.LogLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.