Uses of Class
net.sf.tweety.commons.TweetyConfiguration.LogLevel
-
Packages that use TweetyConfiguration.LogLevel Package Description net.sf.tweety.commons -
-
Uses of TweetyConfiguration.LogLevel in net.sf.tweety.commons
Fields in net.sf.tweety.commons declared as TweetyConfiguration.LogLevel Modifier and Type Field Description static TweetyConfiguration.LogLevel
TweetyLogging. logLevel
The log level (The possible values are described byTweetyConfiguration.LogLevel
, default isTweetyConfiguration.LogLevel.INFO
)Methods in net.sf.tweety.commons that return TweetyConfiguration.LogLevel Modifier and Type Method Description static TweetyConfiguration.LogLevel
TweetyConfiguration.LogLevel. getLogLevel(java.lang.String s)
static TweetyConfiguration.LogLevel
TweetyConfiguration.LogLevel. valueOf(java.lang.String name)
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.
-