|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.idm.logging.Logger
com.sun.idm.logging.trace.Trace
A Logger for source-code tracing at the method level. One Trace logger exists for each Java class using tracing. Trace loggers are obtained through the TraceManager. Tracing is always done at a level basis, with trace messages exceeding the trace threshold being traced, others being discarded.
Field Summary | |
static long |
ALWAYS
|
static java.lang.String |
code_id
|
static long |
LEVEL1
|
static long |
LEVEL2
|
static long |
LEVEL3
|
static long |
LEVEL4
|
Fields inherited from class com.sun.idm.logging.Logger |
_filter, _handler, _publisher |
Method Summary | |
void |
caught(long level,
java.lang.String method,
java.lang.Throwable t)
Trace the catching of an exception in a method at the specified level, recording a default message. |
void |
caught1(java.lang.String method,
java.lang.Throwable t)
Trace the catching of an exception in a method at level 1, recording a default message. |
void |
caught2(java.lang.String method,
java.lang.Throwable t)
Trace the catching of an exception in a method at level 2, recording a default message. |
void |
caught3(java.lang.String method,
java.lang.Throwable t)
Trace the catching of an exception in a method at level 3, recording a default message. |
void |
caught4(java.lang.String method,
java.lang.Throwable t)
Trace the catching of an exception in a method at level 4, recording a default message. |
protected void |
configurationChanged(com.sun.idm.logging.LoggerConfiguration config)
|
void |
data(long level,
java.lang.String method,
byte[] bytes)
Dump binary data in a method at the specified level, displaying 16 bytes per line. |
void |
data(long level,
java.lang.String method,
byte[] bytes,
int bytesPerLine)
Dump binary data in a method at the specified level. |
void |
data1(java.lang.String method,
byte[] data)
Dump binary data in a method at level 1, displaying 16 bytes per line. |
void |
data2(java.lang.String method,
byte[] data)
Dump binary data in a method at level 2, displaying 16 bytes per line. |
void |
data3(java.lang.String method,
byte[] data)
Dump binary data in a method at level 3, displaying 16 bytes per line. |
void |
data4(java.lang.String method,
byte[] data)
Dump binary data in a method at level 4, displaying 16 bytes per line. |
void |
entry(long level,
java.lang.String method)
Trace entry into a no-argument method at the specified level, recording a default message. |
void |
entry(long level,
java.lang.String method,
java.lang.Object param1)
Trace entry into a single-argument method at the specified level, recording a default message. |
void |
entry(long level,
java.lang.String method,
java.lang.Object[] params)
Trace entry into an arbitary n-argument method at the specified level, recording a default message. |
void |
entry(long level,
java.lang.String method,
java.lang.Object param1,
java.lang.Object param2)
Trace entry into a two-argument method at the specified level, recording a default message. |
void |
entry(long level,
java.lang.String method,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Trace entry into a three-argument method at the specified level, recording a default message. |
void |
entry(long level,
java.lang.String method,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4)
Trace entry into a four-argument method at the specified level, recording a default message. |
void |
entry(long level,
java.lang.String method,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5)
Trace entry into a five-argument method at the specified level, recording a default message. |
void |
entry(long level,
java.lang.String method,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5,
java.lang.Object param6)
Trace entry into a six-argument method at the specified level, recording a default message. |
void |
entry1(java.lang.String method)
Trace entry into a no-argument method at level 1, recording a default message |
void |
entry1(java.lang.String method,
java.lang.Object arg1)
Trace entry into a one-argument method at level 1, recording a default message |
void |
entry1(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2)
Trace entry into a two-argument method at level 1, recording a default message |
void |
entry1(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace entry into a three-argument method at level 1, recording a default message |
void |
entry1(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace entry into a four-argument method at level 1, recording a default message |
void |
entry1(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5)
Trace entry into a five-argument method at level 1, recording a default message |
void |
entry1(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5,
java.lang.Object arg6)
Trace entry into a six-argument method at level 1, recording a default message |
void |
entry2(java.lang.String method)
Trace entry into a no-argument method at level 2, recording a default message |
void |
entry2(java.lang.String method,
java.lang.Object arg1)
Trace entry into a one-argument method at level 2, recording a default message |
void |
entry2(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2)
Trace entry into a two-argument method at level 2, recording a default message |
void |
entry2(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace entry into a three-argument method at level 2, recording a default message |
void |
entry2(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace entry into a four-argument method at level 2, recording a default message |
void |
entry2(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5)
Trace entry into a five-argument method at level 2, recording a default message |
void |
entry2(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5,
java.lang.Object arg6)
Trace entry into a six-argument method at level 2, recording a default message |
void |
entry3(java.lang.String method)
Trace entry into a no-argument method at level 3, recording a default message |
void |
entry3(java.lang.String method,
java.lang.Object arg1)
Trace entry into a one-argument method at level 3, recording a default message |
void |
entry3(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2)
Trace entry into a two-argument method at level 3, recording a default message |
void |
entry3(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace entry into a three-argument method at level 3, recording a default message |
void |
entry3(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace entry into a four-argument method at level 3, recording a default message |
void |
entry3(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5)
Trace entry into a five-argument method at level 3, recording a default message |
void |
entry3(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5,
java.lang.Object arg6)
Trace entry into a six-argument method at level 3, recording a default message |
void |
entry4(java.lang.String method)
Trace entry into a no-argument method at level 4, recording a default message |
void |
entry4(java.lang.String method,
java.lang.Object arg1)
Trace entry into a one-argument method at level 4, recording a default message |
void |
entry4(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2)
Trace entry into a two-argument method at level 4, recording a default message |
void |
entry4(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace entry into a three-argument method at level 4, recording a default message |
void |
entry4(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace entry into a four-argument method at level 4, recording a default message |
void |
entry4(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5)
Trace entry into a five-argument method at level 4, recording a default message |
void |
entry4(java.lang.String method,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4,
java.lang.Object arg5,
java.lang.Object arg6)
Trace entry into a six-argument method at level 4, recording a default message |
void |
entryMsg(long level,
java.lang.String method,
java.lang.String msg)
Trace entry into a no-argument method at the specified level, recording the message provided. |
void |
entryMsg(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object param1)
Trace entry into a single-argument method at the specified level, recording the message provided. |
void |
entryMsg(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object[] params)
Trace entry into an arbitary n-argument method at the specified level, recording the message provided. |
void |
entryMsg(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2)
Trace entry into a two-argument method at the specified level, recording the message provided. |
void |
entryMsg(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Trace entry into a three-argument method at the specified level, recording the message provided. |
void |
entryMsg(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4)
Trace entry into a four-argument method at the specified level, recording the message provided. |
void |
entryMsg(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5)
Trace entry into a five-argument method at the specified level, recording the message provided. |
void |
entryMsg(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5,
java.lang.Object param6)
Trace entry into a six-argument method at the specified level, recording the message provided. |
void |
entryMsg(java.lang.String method,
java.lang.String msg)
Trace entry into a no-argument method unconditionally, recording the message provided. |
void |
entryMsg(java.lang.String method,
java.lang.String msg,
java.lang.Object param1)
Trace entry into a single-argument method unconditionally, recording the message provided. |
void |
entryMsg(java.lang.String method,
java.lang.String msg,
java.lang.Object[] params)
Trace entry into an arbitary n-argument method unconditionally, recording the message provided. |
void |
entryMsg(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2)
Trace entry into a two-argument method unconditionally recording the message provided. |
void |
entryMsg(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Trace entry into a three-argument method unconditionally, recording the message provided. |
void |
entryMsg(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4)
Trace entry into a four-argument method unconditionally, recording the message provided. |
void |
entryMsg(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5)
Trace entry into a five-argument method unconditionally, recording the message provided. |
void |
entryMsg(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5,
java.lang.Object param6)
Trace entry into a six-argument method unconditionally, recording the message provided. |
void |
entryMsg1(java.lang.String method,
java.lang.String msg)
Trace entry into a no-argument method at level 1, recording the message provided. |
void |
entryMsg1(java.lang.String method,
java.lang.String msg,
java.lang.Object param1)
Trace entry into a one-argument method at level 1, recording the message provided |
void |
entryMsg1(java.lang.String method,
java.lang.String msg,
java.lang.Object[] params)
Trace entry into an arbitary n-argument method at level1, recording the message provided. |
void |
entryMsg1(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2)
Trace entry into a two-argument method at level 1, recording the message provided |
void |
entryMsg1(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Trace entry into a three-argument method at level 1, recording the message provided |
void |
entryMsg1(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4)
Trace entry into a four-argument method at level 1, recording the message provided |
void |
entryMsg1(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5)
Trace entry into a five-argument method at level 1, recording the message provided |
void |
entryMsg1(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5,
java.lang.Object param6)
Trace entry into a six-argument method at level 1, recording the message provided |
void |
entryMsg2(java.lang.String method,
java.lang.String msg)
Trace entry into a no-argument method at level 2, recording the message provided. |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object param1)
Trace entry into a one-argument method at level 2, recording the message provided |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object[] params)
Trace entry into an arbitary n-argument method at level2, recording the message provided. |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
boolean param2,
boolean param3,
boolean param4,
boolean param5)
Trace entry into a five-argument method at level 2, of which the last four arguments are boolean primitives, recording the message provided |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2)
Trace entry into a two-argument method at level 2, recording the message provided |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3)
Trace entry into a three-argument method at level 2, recording the message provided |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
boolean param4,
boolean param5,
boolean param6)
Trace entry into a six-argument method at level 2, of which the last three arguments are boolean primitives, recording the message provided |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4)
Trace entry into a four-argument method at level 2, recording the message provided |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5)
Trace entry into a five-argument method at level 2, recording the message provided |
void |
entryMsg2(java.lang.String method,
java.lang.String msg,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Object param3,
java.lang.Object param4,
java.lang.Object param5,
java.lang.Object param6)
Trace entry into a six-argument method at level 2, recording the message provided |
void |
exit(long level,
java.lang.String method)
Trace exit from void method at the specified level, recording a default message. |
void |
exit(long level,
java.lang.String method,
boolean retVal)
Trace exit from a boolean-valued method at the specified level, recording a default message. |
void |
exit(long level,
java.lang.String method,
int retVal)
Trace exit from an integer-valued method at the specified level, recording a default message. |
void |
exit(long level,
java.lang.String method,
long retVal)
Trace exit from a long-valued method at the specified level, recording a default message. |
void |
exit(long level,
java.lang.String method,
java.lang.Object retVal)
Trace exit from a non-void method at the specified level, recording a default message. |
void |
exit1(java.lang.String method)
Trace exit from a void method at level 1, recording a default message. |
void |
exit1(java.lang.String method,
boolean retVal)
Trace exit from a boolean-valued method at level 1, recording a default message. |
void |
exit1(java.lang.String method,
int retVal)
Trace exit from an integer-valued method at level 1, recording a default message. |
void |
exit1(java.lang.String method,
long retVal)
Trace exit from a long-valued method at level 1, recording a default message. |
void |
exit1(java.lang.String method,
java.lang.Object retVal)
Trace exit from a non-void method at level 1, recording a default message. |
void |
exit2(java.lang.String method)
Trace exit from a void method at level 2, recording a default message. |
void |
exit2(java.lang.String method,
boolean retVal)
Trace exit from a boolean-valued method at level 2, recording a default message. |
void |
exit2(java.lang.String method,
int retVal)
Trace exit from an integer-valued method at level 2, recording a default message. |
void |
exit2(java.lang.String method,
long retVal)
Trace exit from a long-valued method at level 2, recording a default message. |
void |
exit2(java.lang.String method,
java.lang.Object retVal)
Trace exit from a non-void method at level 2, recording a default message. |
void |
exit3(java.lang.String method)
Trace exit from a void method at level 3, recording a default message. |
void |
exit3(java.lang.String method,
boolean retVal)
Trace exit from a boolean-valued method at level 3, recording a default message. |
void |
exit3(java.lang.String method,
int retVal)
Trace exit from an integer-valued method at level 3, recording a default message. |
void |
exit3(java.lang.String method,
long retVal)
Trace exit from a long-valued method at level 3, recording a default message. |
void |
exit3(java.lang.String method,
java.lang.Object retVal)
Trace exit from a non-void method at level 3, recording a default message. |
void |
exit4(java.lang.String method)
Trace exit from a void method at level 4, recording a default message. |
void |
exit4(java.lang.String method,
boolean retVal)
Trace exit from a boolean-valued method at level 4, recording a default message. |
void |
exit4(java.lang.String method,
int retVal)
Trace exit from an integer-valued method at level 4, recording a default message. |
void |
exit4(java.lang.String method,
long retVal)
Trace exit from a long-valued method at level 4, recording a default message. |
void |
exit4(java.lang.String method,
java.lang.Object retVal)
Trace exit from a non-void method at level 4, recording a default message. |
void |
exitMsg(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object msgArg)
Trace exit from a non-void method at the specified level, recording the message provided. |
long |
getLevel()
Get the current default trace level for methods of the class traced by this logger. |
long |
getLevel(java.lang.String method)
Get the current trace level for the specified method. |
void |
info(long level,
java.lang.String method,
java.lang.String msg)
Trace an arbitrary event in a method at the specified level, recording the message provided. |
void |
info(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object arg)
Trace an arbitrary event in a method at the specified level, recording the message provided. |
void |
info(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object[] args)
Trace an arbitrary event in a method at the specified level, recording the message provided. |
void |
info(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Trace an arbitrary event in a method at the specified level, recording the message provided. |
void |
info(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace an arbitrary event in a method at the specified level, recording the message provided. |
void |
info(long level,
java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace an arbitrary event in a method at the specified level, recording the message provided. |
void |
info(java.lang.String method,
java.lang.String msg)
Trace an arbitrary event in a method unconditionally, recording the message provided. |
void |
info(java.lang.String method,
java.lang.String msg,
java.lang.Object arg)
Trace an arbitrary event in a method unconditionally, recording the message provided. |
void |
info(java.lang.String method,
java.lang.String msg,
java.lang.Object[] args)
Trace an arbitrary event in a method unconditionally, recording the message provided. |
void |
info(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Trace an arbitrary event in a method unconditionally, recording the message provided. |
void |
info(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace an arbitrary event in a method unconditionally, recording the message provided. |
void |
info(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace an arbitrary event in a method unconditionally, recording the message provided. |
void |
info1(java.lang.String method,
java.lang.String msg)
Trace an arbitrary event in a method at level 1, recording the message provided. |
void |
info1(java.lang.String method,
java.lang.String msg,
java.lang.Object arg)
Trace an arbitrary event in a method at level 1, recording the message provided. |
void |
info1(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Trace an arbitrary event in a method at level 1, recording the message provided. |
void |
info1(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace an arbitrary event in a method at level 1, recording the message provided. |
void |
info1(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace an arbitrary event in a method at level 1, recording the message provided. |
void |
info2(java.lang.String method,
java.lang.String msg)
Trace an arbitrary event in a method at level 2, recording the message provided. |
void |
info2(java.lang.String method,
java.lang.String msg,
java.lang.Object arg)
Trace an arbitrary event in a method at level 2, recording the message provided. |
void |
info2(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Trace an arbitrary event in a method at level 2, recording the message provided. |
void |
info2(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace an arbitrary event in a method at level 2, recording the message provided. |
void |
info2(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace an arbitrary event in a method at level 2, recording the message provided. |
void |
info3(java.lang.String method,
java.lang.String msg)
Trace an arbitrary event in a method at level 3, recording the message provided. |
void |
info3(java.lang.String method,
java.lang.String msg,
java.lang.Object arg)
Trace an arbitrary event in a method at level 3, recording the message provided. |
void |
info3(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Trace an arbitrary event in a method at level 3, recording the message provided. |
void |
info3(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace an arbitrary event in a method at level 3, recording the message provided. |
void |
info3(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace an arbitrary event in a method at level 3, recording the message provided. |
void |
info4(java.lang.String method,
java.lang.String msg)
Trace an arbitrary event in a method at level 4, recording the message provided. |
void |
info4(java.lang.String method,
java.lang.String msg,
java.lang.Object arg)
Trace an arbitrary event in a method at level 4, recording the message provided. |
void |
info4(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Trace an arbitrary event in a method at level 4, recording the message provided. |
void |
info4(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
Trace an arbitrary event in a method at level 4, recording the message provided. |
void |
info4(java.lang.String method,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3,
java.lang.Object arg4)
Trace an arbitrary event in a method at level 4, recording the message provided. |
boolean |
isLogging(long level,
java.lang.String method)
Indicates whether a method is traced at the specified level. |
boolean |
level1(java.lang.String method)
Indicates whether a method is being traced at level 1. |
boolean |
level2(java.lang.String method)
Indicates whether a method is being traced at level 2. |
boolean |
level3(java.lang.String method)
Indicates whether a method is being traced at level 3. |
boolean |
level4(java.lang.String method)
Indicates whether a method is being traced at level 4. |
void |
list(long level,
java.lang.String method,
java.lang.String label,
java.util.List list)
Dump a list-valued variable in a method at the specified level, decorating the elements with their class names. |
void |
list1(java.lang.String method,
java.lang.String label,
java.util.List list)
Dump a list-valued variable in a method at level 1, decorating the elements with their class names. |
void |
list2(java.lang.String method,
java.lang.String label,
java.util.List list)
Dump a list-valued variable in a method at level 2, decorating the elements with their class names. |
void |
list3(java.lang.String method,
java.lang.String label,
java.util.List list)
Dump a list-valued variable in a method at level 3, decorating the elements with their class names. |
void |
list4(java.lang.String method,
java.lang.String label,
java.util.List list)
Dump a list-valued variable in a method at level 4, decorating the elements with their class names. |
void |
throwing(long level,
java.lang.String method,
java.lang.Throwable t)
Trace the throwing of an exception which will cause exit from a method at the specified level, recording a default message. |
void |
throwing1(java.lang.String method,
java.lang.Throwable t)
Trace the throwing of an exception which will cause exit from a method at level 1, recording a default message. |
void |
throwing2(java.lang.String method,
java.lang.Throwable t)
Trace the throwing of an exception which will cause exit from a method at level 2, recording a default message. |
void |
throwing3(java.lang.String method,
java.lang.Throwable t)
Trace the throwing of an exception which will cause exit from a method at level 3, recording a default message. |
void |
throwing4(java.lang.String method,
java.lang.Throwable t)
Trace the throwing of an exception which will cause exit from a method at level 4, recording a default message. |
void |
variable(long level,
java.lang.String method,
java.lang.String label,
boolean value)
Dump a boolean variable in a method at the specified level. |
void |
variable(long level,
java.lang.String method,
java.lang.String label,
int value)
Dump an integer variable in a method at the specified level. |
void |
variable(long level,
java.lang.String method,
java.lang.String label,
long value)
Dump a long variable in a method at the specified level. |
void |
variable(long level,
java.lang.String method,
java.lang.String label,
java.lang.Object value)
Dump a variable in a method at the specified level. |
void |
variable(java.lang.String method,
java.lang.String label,
boolean value)
Dump a boolean variable in a method unconditionally. |
void |
variable(java.lang.String method,
java.lang.String label,
int value)
Dump an integer variable in a method unconditionally. |
void |
variable(java.lang.String method,
java.lang.String label,
long value)
Dump a long variable in a method unconditionally. |
void |
variable(java.lang.String method,
java.lang.String label,
java.lang.Object value)
Dump a variable in a method unconditionally. |
void |
variable1(java.lang.String method,
java.lang.String label,
boolean value)
Dump a boolean variable in a method at level 1. |
void |
variable1(java.lang.String method,
java.lang.String label,
int value)
Dump an integer variable in a method at level 1. |
void |
variable1(java.lang.String method,
java.lang.String label,
long value)
Dump a long variable in a method at level 1. |
void |
variable1(java.lang.String method,
java.lang.String label,
java.lang.Object value)
Dump a variable in a method at level 1. |
void |
variable2(java.lang.String method,
java.lang.String label,
boolean value)
Dump a boolean variable in a method at level 2. |
void |
variable2(java.lang.String method,
java.lang.String label,
int value)
Dump an integer variable in a method at level 2. |
void |
variable2(java.lang.String method,
java.lang.String label,
long value)
Dump a long variable in a method at level 2. |
void |
variable2(java.lang.String method,
java.lang.String label,
java.lang.Object value)
Dump a variable in a method at level 2. |
void |
variable3(java.lang.String method,
java.lang.String label,
boolean value)
Dump a boolean variable in a method at level 3. |
void |
variable3(java.lang.String method,
java.lang.String label,
int value)
Dump a integer variable in a method at level 3. |
void |
variable3(java.lang.String method,
java.lang.String label,
long value)
Dump a long variable in a method at level 3. |
void |
variable3(java.lang.String method,
java.lang.String label,
java.lang.Object value)
Dump a variable in a method at level 3. |
void |
variable4(java.lang.String method,
java.lang.String label,
boolean value)
Dump a boolean variable in a method at level 4. |
void |
variable4(java.lang.String method,
java.lang.String label,
int value)
Dump an integer variable in a method at level 4. |
void |
variable4(java.lang.String method,
java.lang.String label,
long value)
Dump a long variable in a method at level 4. |
void |
variable4(java.lang.String method,
java.lang.String label,
java.lang.Object value)
Dump a variable in a method at level 4. |
Methods inherited from class com.sun.idm.logging.Logger |
publishRecord, setErrorHandler, setFilter, setPublisher |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final long ALWAYS
public static final long LEVEL1
public static final long LEVEL2
public static final long LEVEL3
public static final long LEVEL4
Method Detail |
protected void configurationChanged(com.sun.idm.logging.LoggerConfiguration config)
public long getLevel()
public long getLevel(java.lang.String method)
method
- - the method to get the trace level for
public boolean isLogging(long level, java.lang.String method)
level
- - the trace level to testmethod
- - the method to test
public boolean level1(java.lang.String method)
method
- - the method to test
public boolean level2(java.lang.String method)
method
- - the method to test
public boolean level3(java.lang.String method)
method
- - the method to test
public boolean level4(java.lang.String method)
method
- - the method to test
public void entry(long level, java.lang.String method)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredpublic void entryMsg(long level, java.lang.String method, java.lang.String msg)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredmsg
- - the trace messagepublic void entry(long level, java.lang.String method, java.lang.Object param1)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredparam1
- - the argument to the methodpublic void entryMsg(long level, java.lang.String method, java.lang.String msg, java.lang.Object param1)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the argument to the methodpublic void entry(long level, java.lang.String method, java.lang.Object param1, java.lang.Object param2)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredparam1
- - the first argument to the methodparam2
- - the second argument to the methodpublic void entryMsg(long level, java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodpublic void entry(long level, java.lang.String method, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredparam1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodpublic void entryMsg(long level, java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodpublic void entry(long level, java.lang.String method, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredparam1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodpublic void entryMsg(long level, java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodpublic void entry(long level, java.lang.String method, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredparam1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodpublic void entryMsg(long level, java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodpublic void entry(long level, java.lang.String method, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5, java.lang.Object param6)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredparam1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodparam6
- - the sixth argument to the methodpublic void entryMsg(long level, java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5, java.lang.Object param6)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodparam6
- - the sixth argument to the methodpublic void entry(long level, java.lang.String method, java.lang.Object[] params)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredparams
- - the arguments to the methodpublic void entryMsg(long level, java.lang.String method, java.lang.String msg, java.lang.Object[] params)
If call timing is enabled, this will start the timer for this method invocation.
level
- - the tracing level usedmethod
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)params
- - the arguments to the methodpublic void entryMsg(java.lang.String method, java.lang.String msg)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace messagepublic void entryMsg(java.lang.String method, java.lang.String msg, java.lang.Object param1)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the argument to the methodpublic void entryMsg(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodpublic void entryMsg(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodpublic void entryMsg(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodpublic void entryMsg(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodpublic void entryMsg(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5, java.lang.Object param6)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodparam6
- - the sixth argument to the methodpublic void entryMsg(java.lang.String method, java.lang.String msg, java.lang.Object[] params)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)params
- - the arguments to the methodpublic void entry1(java.lang.String method)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry1(java.lang.String method, java.lang.Object arg1)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry1(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry1(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry1(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry1(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry1(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5, java.lang.Object arg6)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entryMsg1(java.lang.String method, java.lang.String msg)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace messagepublic void entryMsg1(java.lang.String method, java.lang.String msg, java.lang.Object param1)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the argument to the methodpublic void entryMsg1(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodpublic void entryMsg1(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodpublic void entryMsg1(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodpublic void entryMsg1(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodpublic void entryMsg1(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5, java.lang.Object param6)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodparam6
- - the sixth argument to the methodpublic void entryMsg1(java.lang.String method, java.lang.String msg, java.lang.Object[] params)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)params
- - the arguments to the methodpublic void entry2(java.lang.String method)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry2(java.lang.String method, java.lang.Object arg1)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry2(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry2(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry2(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry2(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry2(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5, java.lang.Object arg6)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entryMsg2(java.lang.String method, java.lang.String msg)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace messagepublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object param1)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the argument to the methodpublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodpublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodpublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodpublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodpublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object param1, boolean param2, boolean param3, boolean param4, boolean param5)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodpublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, java.lang.Object param4, java.lang.Object param5, java.lang.Object param6)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodparam6
- - the sixth argument to the methodpublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object param1, java.lang.Object param2, java.lang.Object param3, boolean param4, boolean param5, boolean param6)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)param1
- - the first argument to the methodparam2
- - the second argument to the methodparam3
- - the third argument to the methodparam4
- - the fourth argument to the methodparam5
- - the fifth argument to the methodparam6
- - the sixth argument to the methodpublic void entryMsg2(java.lang.String method, java.lang.String msg, java.lang.Object[] params)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredmsg
- - the trace message, optionally referring
to the method parameters as message parameters (0-indexed)params
- - the arguments to the methodpublic void entry3(java.lang.String method)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry3(java.lang.String method, java.lang.Object arg1)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry3(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry3(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry3(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry3(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry3(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5, java.lang.Object arg6)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry4(java.lang.String method)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry4(java.lang.String method, java.lang.Object arg1)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry4(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry4(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry4(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry4(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void entry4(java.lang.String method, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4, java.lang.Object arg5, java.lang.Object arg6)
If call timing is enabled, this will start the timer for this method invocation.
method
- - the method being enteredpublic void exit(long level, java.lang.String method)
If call timing is enabled, this will stop the timer for this method invocation.
level
- - the trace levelmethod
- - the method exitingpublic void exit(long level, java.lang.String method, boolean retVal)
If call timing is enabled, this will stop the timer for this method invocation.
level
- - the trace levelmethod
- - the method exitingretVal
- - the value being returnedpublic void exit(long level, java.lang.String method, int retVal)
If call timing is enabled, this will stop the timer for this method invocation.
level
- - the trace levelmethod
- - the method exitingretVal
- - the value being returnedpublic void exit(long level, java.lang.String method, long retVal)
If call timing is enabled, this will stop the timer for this method invocation.
level
- - the trace levelmethod
- - the method exitingretVal
- - the value being returnedpublic void exit(long level, java.lang.String method, java.lang.Object retVal)
If call timing is enabled, this will stop the timer for this method invocation.
level
- - the trace levelmethod
- - the method exitingretVal
- - the value being returnedpublic void exitMsg(long level, java.lang.String method, java.lang.String msg, java.lang.Object msgArg)
If call timing is enabled, this will stop the timer for this method invocation.
level
- - the trace levelmethod
- - the method exitingmsg
- - the trace messagemsgArg
- - an argument to the trace message (usually the return
value)public void exit1(java.lang.String method)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingpublic void exit1(java.lang.String method, java.lang.Object retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit1(java.lang.String method, boolean retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit1(java.lang.String method, int retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit1(java.lang.String method, long retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit2(java.lang.String method)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingpublic void exit2(java.lang.String method, java.lang.Object retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit2(java.lang.String method, boolean retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit2(java.lang.String method, int retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit2(java.lang.String method, long retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit3(java.lang.String method)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingpublic void exit3(java.lang.String method, java.lang.Object retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit3(java.lang.String method, boolean retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit3(java.lang.String method, int retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit3(java.lang.String method, long retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit4(java.lang.String method)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingpublic void exit4(java.lang.String method, java.lang.Object retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit4(java.lang.String method, boolean retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit4(java.lang.String method, int retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void exit4(java.lang.String method, long retVal)
If call timing is enabled, this will stop the timer for this method invocation.
method
- - the method exitingretVal
- - the value being returnedpublic void throwing(long level, java.lang.String method, java.lang.Throwable t)
If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.
level
- - the trace levelmethod
- - the method throwing the exceptiont
- - the exception being thrownpublic void throwing1(java.lang.String method, java.lang.Throwable t)
If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.
method
- - the method throwing the exceptiont
- - the exception being thrownpublic void throwing2(java.lang.String method, java.lang.Throwable t)
If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.
method
- - the method throwing the exceptiont
- - the exception being thrownpublic void throwing3(java.lang.String method, java.lang.Throwable t)
If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.
method
- - the method throwing the exceptiont
- - the exception being thrownpublic void throwing4(java.lang.String method, java.lang.Throwable t)
If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.
method
- - the method throwing the exceptiont
- - the exception being thrownpublic void caught(long level, java.lang.String method, java.lang.Throwable t)
level
- - the trace levelmethod
- - the method catching the exceptiont
- - the exception caughtpublic void caught1(java.lang.String method, java.lang.Throwable t)
method
- - the method catching the exceptiont
- - the exception caughtpublic void caught2(java.lang.String method, java.lang.Throwable t)
method
- - the method catching the exceptiont
- - the exception caughtpublic void caught3(java.lang.String method, java.lang.Throwable t)
method
- - the method catching the exceptiont
- - the exception caughtpublic void caught4(java.lang.String method, java.lang.Throwable t)
method
- - the method catching the exceptiont
- - the exception caughtpublic void info(long level, java.lang.String method, java.lang.String msg)
level
- - the trace levelmethod
- - the method recording the eventmsg
- - the trace messagepublic void info(long level, java.lang.String method, java.lang.String msg, java.lang.Object arg)
level
- - the trace levelmethod
- - the method recording the eventmsg
- - the trace messagearg
- - the message parameterpublic void info(long level, java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)
level
- - the trace levelmethod
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterpublic void info(long level, java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
level
- - the trace levelmethod
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterpublic void info(long level, java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
level
- - the trace levelmethod
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterarg4
- - the fourth message parameterpublic void info(long level, java.lang.String method, java.lang.String msg, java.lang.Object[] args)
level
- - the trace levelmethod
- - the method recording the eventmsg
- - the trace messageargs
- - the message parameterspublic void info(java.lang.String method, java.lang.String msg)
method
- - the method recording the eventmsg
- - the trace messagepublic void info(java.lang.String method, java.lang.String msg, java.lang.Object arg)
method
- - the method recording the eventmsg
- - the trace messagearg
- - the message parameterpublic void info(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterpublic void info(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterpublic void info(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterarg4
- - the fourth message parameterpublic void info(java.lang.String method, java.lang.String msg, java.lang.Object[] args)
method
- - the method recording the eventmsg
- - the trace messageargs
- - the message parameterspublic void info1(java.lang.String method, java.lang.String msg)
method
- - the method recording the eventmsg
- - the trace messagepublic void info1(java.lang.String method, java.lang.String msg, java.lang.Object arg)
method
- - the method recording the eventmsg
- - the trace messagearg
- - the message parameterpublic void info1(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterpublic void info1(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterpublic void info1(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterarg4
- - the fourth message parameterpublic void info2(java.lang.String method, java.lang.String msg)
method
- - the method recording the eventmsg
- - the trace messagepublic void info2(java.lang.String method, java.lang.String msg, java.lang.Object arg)
method
- - the method recording the eventmsg
- - the trace messagepublic void info2(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterpublic void info2(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterpublic void info2(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterarg4
- - the fourth message parameterpublic void info3(java.lang.String method, java.lang.String msg)
method
- - the method recording the eventmsg
- - the trace messagepublic void info3(java.lang.String method, java.lang.String msg, java.lang.Object arg)
method
- - the method recording the eventmsg
- - the trace messagepublic void info3(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterpublic void info3(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterpublic void info3(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterarg4
- - the fourth message parameterpublic void info4(java.lang.String method, java.lang.String msg)
method
- - the method recording the eventmsg
- - the trace messagepublic void info4(java.lang.String method, java.lang.String msg, java.lang.Object arg)
method
- - the method recording the eventmsg
- - the trace messagepublic void info4(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterpublic void info4(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterpublic void info4(java.lang.String method, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, java.lang.Object arg4)
method
- - the method recording the eventmsg
- - the trace messagearg1
- - the first message parameterarg2
- - the second message parameterarg3
- - the third message parameterarg4
- - the fourth message parameterpublic void list(long level, java.lang.String method, java.lang.String label, java.util.List list)
level
- - the trace levelmethod
- - the method being tracedlabel
- - the label to use for the variable namelist
- - the list to dumppublic void list1(java.lang.String method, java.lang.String label, java.util.List list)
method
- - the method being tracedlabel
- - the label to use for the variable namelist
- - the list to dumppublic void list2(java.lang.String method, java.lang.String label, java.util.List list)
method
- - the method being tracedlabel
- - the label to use for the variable namelist
- - the list to dumppublic void list3(java.lang.String method, java.lang.String label, java.util.List list)
method
- - the method being tracedlabel
- - the label to use for the variable namelist
- - the list to dumppublic void list4(java.lang.String method, java.lang.String label, java.util.List list)
method
- - the method being tracedlabel
- - the label to use for the variable namelist
- - the list to dumppublic void variable(long level, java.lang.String method, java.lang.String label, java.lang.Object value)
level
- - the trace levelmethod
- - the method being tracedlabel
- - the label to use for the variable namevalue
- - the value to dumppublic void variable(long level, java.lang.String method, java.lang.String label, int value)
level
- - the trace levelmethod
- - the method being tracedlabel
- - the label to use for the variable namevalue
- - the value to dumppublic void variable(long level, java.lang.String method, java.lang.String label, long value)
level
- - the trace levelmethod
- - the method being tracedlabel
- - the label to use for the variable namevalue
- - the value to dumppublic void variable(long level, java.lang.String method, java.lang.String label, boolean value)
level
- - the trace levelmethod
- - the method being tracedlabel
- - the label to use for the variable namevalue
- - the value to dumppublic void variable(java.lang.String method, java.lang.String label, java.lang.Object value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable(java.lang.String method, java.lang.String label, int value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable(java.lang.String method, java.lang.String label, long value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable(java.lang.String method, java.lang.String label, boolean value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable1(java.lang.String method, java.lang.String label, java.lang.Object value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable1(java.lang.String method, java.lang.String label, int value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable1(java.lang.String method, java.lang.String label, long value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable1(java.lang.String method, java.lang.String label, boolean value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable2(java.lang.String method, java.lang.String label, java.lang.Object value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable2(java.lang.String method, java.lang.String label, int value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable2(java.lang.String method, java.lang.String label, long value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable2(java.lang.String method, java.lang.String label, boolean value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable3(java.lang.String method, java.lang.String label, java.lang.Object value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable3(java.lang.String method, java.lang.String label, int value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable3(java.lang.String method, java.lang.String label, long value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable3(java.lang.String method, java.lang.String label, boolean value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable4(java.lang.String method, java.lang.String label, java.lang.Object value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable4(java.lang.String method, java.lang.String label, int value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable4(java.lang.String method, java.lang.String label, long value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void variable4(java.lang.String method, java.lang.String label, boolean value)
method
- - the method being tracedlabel
- - the label to use for the variablevalue
- - the value to dumppublic void data(long level, java.lang.String method, byte[] bytes, int bytesPerLine)
level
- - the trace levelmethod
- - the method being tracedbytes
- - the data to dumpbytesPerLine
- - the number of bytes to display per linepublic void data(long level, java.lang.String method, byte[] bytes)
level
- - the trace levelmethod
- - the method being tracedbytes
- - the data to dumppublic void data1(java.lang.String method, byte[] data)
method
- - the method being tracedpublic void data2(java.lang.String method, byte[] data)
method
- - the method being tracedpublic void data3(java.lang.String method, byte[] data)
method
- - the method being tracedpublic void data4(java.lang.String method, byte[] data)
method
- - the method being traced
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |