public class MsgManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG_MSG |
static int |
ERROR_MSG |
static int |
EXE_MSG |
static boolean |
LOG |
static java.lang.String |
NL |
static int |
NOTE_MSG |
static int |
WARNING_MSG |
Constructor and Description |
---|
MsgManager() |
Modifier and Type | Method and Description |
---|---|
static void |
printMessage(int msgType,
java.lang.Object cls,
java.lang.String msg,
java.lang.Exception e,
boolean bPrintOut) |
public static final boolean LOG
public static final int EXE_MSG
public static final int NOTE_MSG
public static final int WARNING_MSG
public static final int ERROR_MSG
public static final int DEBUG_MSG
public static final java.lang.String NL