com.ibm.jvm.ras.findroots
Class Base
java.lang.Object
com.ibm.jvm.ras.findroots.Base
- Direct Known Subclasses:
- HeapdumpReader, HeapdumpWriter
- public abstract class Base
- extends java.lang.Object
- See Also:
- Dave Griffiths home page
Constructor Summary |
Base()
|
Method Summary |
static void |
Assert(boolean condition)
|
static boolean |
debug()
|
static java.lang.String |
hex(int i)
|
static java.lang.String |
hex(long i)
|
void |
log(java.lang.String message)
Output a log message with time stamp. |
static void |
setDebug(boolean flag)
|
static void |
setVerbose(boolean flag)
|
void |
trace(java.lang.String message)
|
static boolean |
verbose()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base
public Base()
log
public final void log(java.lang.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(java.lang.String message)
Assert
public static void Assert(boolean condition)
hex
public static java.lang.String hex(int i)
hex
public static java.lang.String hex(long i)
© Copyright IBM Corp. 2007. All Rights Reserved.