Class Debug

java.lang.Object
com.ibm.wala.shrike.sourcepos.Debug

public final class Debug extends Object
Author:
Juergen Graf <juergen.graf@gmail.com>
  • Field Details

  • Method Details

    • setLogFile

      public static void setLogFile(String file) throws FileNotFoundException
      Throws:
      FileNotFoundException
    • setMinLogLevel

      public static void setMinLogLevel(Debug.LogLevel level)
      Set to log all events with the given or higher priority
    • noLogging

      public static void noLogging()
    • fullLogging

      public static void fullLogging()
    • error

      public static void error(String str, Object... obj)
    • warn

      public static void warn(String str, Object... obj)
    • info

      public static void info(String str, Object... obj)
    • debug

      public static void debug(String str, Object... obj)
    • error

      public static void error(String str)
    • warn

      public static void warn(String str)
    • logTime

      public static void logTime()
    • info

      public static void info(String str)
    • appendInfo

      public static void appendInfo(String str)
    • debug

      public static void debug(String str)
    • error

      public static void error(Throwable t)
    • warn

      public static void warn(Throwable t)
    • info

      public static void info(Throwable t)
    • debug

      public static void debug(Throwable t)
    • allow

      public static void allow(Debug.LogLevel level)
    • ignore

      public static void ignore(Debug.LogLevel level)
    • getStream

      public static PrintStream getStream(Debug.LogLevel level)