com.altair.hwm.beans.utils
Class HWMDebug

java.lang.Object
  extended by com.altair.hwm.beans.utils.HWMDebug

public class HWMDebug
extends java.lang.Object


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

HWMDebug

public HWMDebug()
Method Detail

Initialize

public static void Initialize(HWMMessageLog hwmMessageLog)

PrintOut

public static void PrintOut(java.lang.String strMsg)
Prints the statement to the Message Log window.

Parameters:
strMsg - The message to print if if -DHWPM_DEBUG=true.

WriteToDebugLog

public static void WriteToDebugLog(java.lang.String strMsg)
Prints the statement to the Debug Log window.

Parameters:
strMsg - The message to print if -DHWPM_DEBUG=detailed. NOTE: This is used by HWPM to print out its internal debug messages.