| Package | Description |
|---|---|
| net.sf.tweety.commons |
| Modifier and Type | Field and Description |
|---|---|
static TweetyConfiguration.LogLevel |
TweetyLogging.logLevel
The log level (The possible values are described
by
TweetyConfiguration.LogLevel, default
is TweetyConfiguration.LogLevel.INFO) |
| Modifier and Type | Method and Description |
|---|---|
static TweetyConfiguration.LogLevel |
TweetyConfiguration.LogLevel.getLogLevel(java.lang.String s)
Returns the log level described by the given string.
|
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.
|