|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.TRC
public class TRC
debug -> FINEST info -> INFO warning -> WARNING error -> SEVERE
Constructor Summary | |
---|---|
TRC()
|
Method Summary | |
---|---|
static void |
debug(String pMsg)
debug |
static void |
debug(String pMsg,
Exception pEx)
debug |
static void |
error(Exception pEx)
error |
static void |
error(String pMsg)
error |
static void |
error(String pMsg,
Exception pEx)
error |
static void |
info(String pMsg)
info |
static void |
info(String pMsg,
Exception pEx)
info |
static void |
setLevel(Level pLevel)
setLevel |
static void |
setOutput(OutputStream pOutStr)
setConsolLog |
static void |
setOutput(PrintStream pOutStr)
setOutputStream |
static void |
setPatterns(String[] pDenyPatterns,
String[] pAllowPatterns)
setPatterns |
static void |
warning(String pMsg)
warning |
static void |
warning(String pMsg,
Exception pEx)
warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TRC()
Method Detail |
---|
public static void setLevel(Level pLevel)
pLevel
- public static void setOutput(OutputStream pOutStr)
pOutStr
- public static void setOutput(PrintStream pOutStr)
pOutStr
- public static void setPatterns(String[] pDenyPatterns, String[] pAllowPatterns)
pDenyPatterns
- pAllowPatterns
- public static void debug(String pMsg)
pMsg
- public static void debug(String pMsg, Exception pEx)
pMsg
- pEx
- public static void info(String pMsg)
pMsg
- public static void info(String pMsg, Exception pEx)
pMsg
- pEx
- public static void warning(String pMsg)
pMsg
- public static void warning(String pMsg, Exception pEx)
pMsg
- pEx
- public static void error(String pMsg)
pMsg
- public static void error(Exception pEx)
pEx
- public static void error(String pMsg, Exception pEx)
pMsg
- pEx
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |