|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.utils.HWMDebug
public class HWMDebug
Constructor Summary | |
---|---|
HWMDebug()
|
Method Summary | |
---|---|
static void |
Initialize(HWMMessageLog hwmMessageLog)
|
static void |
PrintOut(java.lang.String strMsg)
Prints the statement to the Message Log window. |
static void |
WriteToDebugLog(java.lang.String strMsg)
Prints the statement to the Debug Log window. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMDebug()
Method Detail |
---|
public static void Initialize(HWMMessageLog hwmMessageLog)
public static void PrintOut(java.lang.String strMsg)
strMsg
- The message to print if if -DHWPM_DEBUG=true.public static void WriteToDebugLog(java.lang.String strMsg)
strMsg
- The message to print if -DHWPM_DEBUG=detailed.
NOTE: This is used by HWPM to print out its internal debug messages.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |