org.primordion.xholon.base
Class Msg
java.lang.Object
org.primordion.xholon.base.Msg
- public class Msg
- extends java.lang.Object
A set of static constants used by any class in the system to determine whether or not to print a
message to out or err. Each flag controls a different type of message.
These can be turned on and off using configuration files.
ex: if (Msg.appM) {System.out.println( "This is an application message\n" );}
- Since:
- 0.1 (Created on Jun 8, 2005)
- Author:
- Ken Webb
|
Constructor Summary |
Msg()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
appM
public static boolean appM
infoM
public static boolean infoM
errorM
public static boolean errorM
debugM
public static boolean debugM
Msg
public Msg()