Class TweetyLogging


  • public abstract class TweetyLogging
    extends java.lang.Object
    This class handles the global logging configuration.
    Author:
    Matthias Thimm
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String logFile
      The file used for logging (if this parameter is not set, logging is performed on the standard output)
      static TweetyConfiguration.LogLevel logLevel
      The log level (The possible values are described by TweetyConfiguration.LogLevel, default is TweetyConfiguration.LogLevel.INFO)
    • Constructor Summary

      Constructors 
      Constructor Description
      TweetyLogging()  
    • Method Summary

      Modifier and Type Method Description
      static void initLogging()
      Initialize the logging system.
      • Methods inherited from class java.lang.Object

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

      • 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 java.lang.String logFile
        The file used for logging (if this parameter is not set, logging is performed on the standard output)
    • Constructor Detail

      • TweetyLogging

        public TweetyLogging()
    • Method Detail

      • initLogging

        public static void initLogging()
        Initialize the logging system.