Class Base
java.lang.Object
com.ibm.dtfj.phd.parser.Base
- Direct Known Subclasses:
HeapdumpReader
,HeapdumpWriter
,PrintHeapdump
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Assert
(boolean condition) static boolean
debug()
static String
hex
(int i) static String
hex
(long i) final void
Output a log message with time stamp.static void
setDebug
(boolean flag) static void
setVerbose
(boolean flag) final void
static boolean
verbose()
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
log
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
-
Assert
public static void Assert(boolean condition) -
hex
-
hex
-