mitoolkit.core
Class MessagePrinter

java.lang.Object
  extended bymitoolkit.core.MessagePrinter
All Implemented Interfaces:
CoreConstants

public class MessagePrinter
extends java.lang.Object
implements CoreConstants


Field Summary
private  DebugFacet d
           
private  boolean debugON
           
private  boolean errorsON
           
 
Fields inherited from interface mitoolkit.core.CoreConstants
CLASS, DEFAULT_UBI_CLASSES, OBJECT, PACKAGE_NAME, PREPARE
 
Constructor Summary
MessagePrinter()
           
 
Method Summary
 void Debug(java.util.Hashtable classes)
           
 void Debug(java.lang.String msg)
           
 void Error(java.lang.String msg)
           
 void Error(java.lang.String msg, java.lang.Throwable e)
           
 boolean isDebugON()
           
 boolean isErrorsON()
           
 void setDebug(boolean isON)
           
 void setErrors(boolean isON)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorsON

private boolean errorsON

debugON

private boolean debugON

d

private DebugFacet d
Constructor Detail

MessagePrinter

public MessagePrinter()
Method Detail

isDebugON

public boolean isDebugON()

isErrorsON

public boolean isErrorsON()

setDebug

public void setDebug(boolean isON)

setErrors

public void setErrors(boolean isON)

Debug

public void Debug(java.lang.String msg)

Error

public void Error(java.lang.String msg)

Error

public void Error(java.lang.String msg,
                  java.lang.Throwable e)

Debug

public void Debug(java.util.Hashtable classes)