Module openj9.dtfj

Class Base

java.lang.Object
com.ibm.dtfj.phd.parser.Base
Direct Known Subclasses:
HeapdumpReader, HeapdumpWriter, PrintHeapdump

public abstract class Base extends Object
  • Constructor Details

    • Base

      public Base()
  • Method Details

    • log

      public final void log(String message)
      Output a log message with time stamp. If xml flag is set, use xml formatting.
    • verbose

      public static boolean verbose()
    • setVerbose

      public static void setVerbose(boolean flag)
    • debug

      public static boolean debug()
    • setDebug

      public static void setDebug(boolean flag)
    • trace

      public final void trace(String message)
    • Assert

      public static void Assert(boolean condition)
    • hex

      public static String hex(int i)
    • hex

      public static String hex(long i)