Class TweetyLogging

java.lang.Object
org.tweetyproject.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 String
    The file used for logging (if this parameter is not set, logging is performed on the standard output)
    The log level (The possible values are described by TweetyConfiguration.LogLevel, default is TweetyConfiguration.LogLevel.INFO)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Initialize the logging system.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logLevel

      public static TweetyConfiguration.LogLevel logLevel
      The log level (The possible values are described by TweetyConfiguration.LogLevel, default is TweetyConfiguration.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)
  • Constructor Details

    • TweetyLogging

      public TweetyLogging()
  • Method Details

    • initLogging

      public static void initLogging()
      Initialize the logging system.