Class LoggingOptions

java.lang.Object
org.sosy_lab.common.log.LoggingOptions

public class LoggingOptions extends Object
  • Constructor Details

  • Method Details

    • getFileLevel

      public Level getFileLevel()
    • getConsoleLevel

      public Level getConsoleLevel()
    • getFileExclude

      public List<Level> getFileExclude()
    • getConsoleExclude

      public List<Level> getConsoleExclude()
    • getOutputFile

      public Path getOutputFile()
    • getTruncateSize

      public int getTruncateSize()
    • useColors

      public boolean useColors()