Package net.sf.tweety.commons
Class TweetyLogging
- java.lang.Object
-
- net.sf.tweety.commons.TweetyLogging
-
public abstract class TweetyLogging extends Object
This class handles the global logging configuration.- Author:
- Matthias Thimm
-
-
Field Summary
Fields Modifier and Type Field Description static StringlogFileThe file used for logging (if this parameter is not set, logging is performed on the standard output)static TweetyConfiguration.LogLevellogLevelThe log level (The possible values are described byTweetyConfiguration.LogLevel, default isTweetyConfiguration.LogLevel.INFO)
-
Constructor Summary
Constructors Constructor Description TweetyLogging()
-
-
-
Field Detail
-
logLevel
public static TweetyConfiguration.LogLevel logLevel
The log level (The possible values are described byTweetyConfiguration.LogLevel, default isTweetyConfiguration.LogLevel.INFO)
-
logFile
public static String logFile
The file used for logging (if this parameter is not set, logging is performed on the standard output)
-
-