- java.lang.Object
-
- com.ibm.dtfj.phd.parser.Base
-
- Direct Known Subclasses:
HeapdumpReader
,HeapdumpWriter
,PrintHeapdump
public abstract class Base extends Object
-
-
Constructor Summary
Constructors Constructor Description Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
Assert(boolean condition)
static boolean
debug()
static String
hex(int i)
static String
hex(long i)
void
log(String message)
Output a log message with time stamp.static void
setDebug(boolean flag)
static void
setVerbose(boolean flag)
void
trace(String message)
static boolean
verbose()
-
-
-
Method Detail
-
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)
-
-