Package net.sf.tweety.commons
Class TweetyLogging
- java.lang.Object
 - 
- net.sf.tweety.commons.TweetyLogging
 
 
- 
public abstract class TweetyLogging extends java.lang.ObjectThis class handles the global logging configuration.- Author:
 - Matthias Thimm
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.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() 
- 
Method Summary
Modifier and Type Method Description static voidinitLogging()Initialize the logging system. 
 - 
 
- 
- 
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 java.lang.String logFile
The file used for logging (if this parameter is not set, logging is performed on the standard output) 
 - 
 
 -