Class TweetyLogging


  • public abstract class TweetyLogging
    extends Object
    This class handles the global logging configuration.
    Author:
    Matthias Thimm
    • 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 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.