com.sun.idm.logging.trace
Class Trace

java.lang.Object
  extended bycom.sun.idm.logging.Logger
      extended bycom.sun.idm.logging.trace.Trace

public class Trace
extends com.sun.idm.logging.Logger

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

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

ALWAYS

public static final long ALWAYS
See Also:
Constant Field Values

LEVEL1

public static final long LEVEL1
See Also:
Constant Field Values

LEVEL2

public static final long LEVEL2
See Also:
Constant Field Values

LEVEL3

public static final long LEVEL3
See Also:
Constant Field Values

LEVEL4

public static final long LEVEL4
See Also:
Constant Field Values
Method Detail

configurationChanged

protected void configurationChanged(com.sun.idm.logging.LoggerConfiguration config)

getLevel

public long getLevel()
Get the current default trace level for methods of the class traced by this logger.

Returns:
the default trace level for the class.

getLevel

public long getLevel(java.lang.String method)
Get the current trace level for the specified method.

Parameters:
method - - the method to get the trace level for
Returns:
the current trace level for the method.

isLogging

public boolean isLogging(long level,
                         java.lang.String method)
Indicates whether a method is traced at the specified level.

Parameters:
level - - the trace level to test
method - - the method to test
Returns:
true if the logger would trace a message for the method at the level, false otherwise.

level1

public boolean level1(java.lang.String method)
Indicates whether a method is being traced at level 1.

Parameters:
method - - the method to test
Returns:
true if the logger would trace a level 1 message for the method, false otherwise.

level2

public boolean level2(java.lang.String method)
Indicates whether a method is being traced at level 2.

Parameters:
method - - the method to test
Returns:
true if the logger would trace a level 2 message for the method, false otherwise.

level3

public boolean level3(java.lang.String method)
Indicates whether a method is being traced at level 3.

Parameters:
method - - the method to test
Returns:
true if the logger would trace a level 3 message for the method, false otherwise.

level4

public boolean level4(java.lang.String method)
Indicates whether a method is being traced at level 4.

Parameters:
method - - the method to test
Returns:
true if the logger would trace a level 4 message for the method, false otherwise.

entry

public void entry(long level,
                  java.lang.String method)
Trace entry into a no-argument method at the specified level, recording a default message.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
msg - - the trace message

entry

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
param1 - - the argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the argument to the method

entry

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
param1 - - the first argument to the method
param2 - - the second argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method

entry

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method

entry

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method

entry

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method

entry

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method
param6 - - the sixth argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method
param6 - - the sixth argument to the method

entry

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
params - - the arguments to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
level - - the tracing level used
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
params - - the arguments to the method

entryMsg

public void entryMsg(java.lang.String method,
                     java.lang.String msg)
Trace entry into a no-argument method unconditionally, recording the message provided.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method
param6 - - the sixth argument to the method

entryMsg

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
params - - the arguments to the method

entry1

public void entry1(java.lang.String method)
Trace entry into a no-argument method at level 1, recording a default message

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry1

public void entry1(java.lang.String method,
                   java.lang.Object arg1)
Trace entry into a one-argument method at level 1, recording a default message

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entryMsg1

public void entryMsg1(java.lang.String method,
                      java.lang.String msg)
Trace entry into a no-argument method at level 1, recording the message provided.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message

entryMsg1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the argument to the method

entryMsg1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method

entryMsg1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method

entryMsg1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method

entryMsg1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method

entryMsg1

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method
param6 - - the sixth argument to the method

entryMsg1

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
params - - the arguments to the method

entry2

public void entry2(java.lang.String method)
Trace entry into a no-argument method at level 2, recording a default message

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry2

public void entry2(java.lang.String method,
                   java.lang.Object arg1)
Trace entry into a one-argument method at level 2, recording a default message

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entryMsg2

public void entryMsg2(java.lang.String method,
                      java.lang.String msg)
Trace entry into a no-argument method at level 2, recording the message provided.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message

entryMsg2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the argument to the method

entryMsg2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method

entryMsg2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method

entryMsg2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method

entryMsg2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method

entryMsg2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method

entryMsg2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method
param6 - - the sixth argument to the method

entryMsg2

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
param1 - - the first argument to the method
param2 - - the second argument to the method
param3 - - the third argument to the method
param4 - - the fourth argument to the method
param5 - - the fifth argument to the method
param6 - - the sixth argument to the method

entryMsg2

public 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.

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered
msg - - the trace message, optionally referring to the method parameters as message parameters (0-indexed)
params - - the arguments to the method

entry3

public void entry3(java.lang.String method)
Trace entry into a no-argument method at level 3, recording a default message

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry3

public void entry3(java.lang.String method,
                   java.lang.Object arg1)
Trace entry into a one-argument method at level 3, recording a default message

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry3

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry3

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry3

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry3

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry3

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry4

public void entry4(java.lang.String method)
Trace entry into a no-argument method at level 4, recording a default message

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry4

public void entry4(java.lang.String method,
                   java.lang.Object arg1)
Trace entry into a one-argument method at level 4, recording a default message

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry4

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry4

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry4

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry4

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

entry4

public 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

If call timing is enabled, this will start the timer for this method invocation.

Parameters:
method - - the method being entered

exit

public void exit(long level,
                 java.lang.String method)
Trace exit from void method at the specified level, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
level - - the trace level
method - - the method exiting

exit

public 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.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
level - - the trace level
method - - the method exiting
retVal - - the value being returned

exit

public 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.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
level - - the trace level
method - - the method exiting
retVal - - the value being returned

exit

public 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.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
level - - the trace level
method - - the method exiting
retVal - - the value being returned

exit

public 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.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
level - - the trace level
method - - the method exiting
retVal - - the value being returned

exitMsg

public 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.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
level - - the trace level
method - - the method exiting
msg - - the trace message
msgArg - - an argument to the trace message (usually the return value)

exit1

public void exit1(java.lang.String method)
Trace exit from a void method at level 1, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting

exit1

public void exit1(java.lang.String method,
                  java.lang.Object retVal)
Trace exit from a non-void method at level 1, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit1

public void exit1(java.lang.String method,
                  boolean retVal)
Trace exit from a boolean-valued method at level 1, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit1

public void exit1(java.lang.String method,
                  int retVal)
Trace exit from an integer-valued method at level 1, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit1

public void exit1(java.lang.String method,
                  long retVal)
Trace exit from a long-valued method at level 1, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit2

public void exit2(java.lang.String method)
Trace exit from a void method at level 2, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting

exit2

public void exit2(java.lang.String method,
                  java.lang.Object retVal)
Trace exit from a non-void method at level 2, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit2

public void exit2(java.lang.String method,
                  boolean retVal)
Trace exit from a boolean-valued method at level 2, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit2

public void exit2(java.lang.String method,
                  int retVal)
Trace exit from an integer-valued method at level 2, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit2

public void exit2(java.lang.String method,
                  long retVal)
Trace exit from a long-valued method at level 2, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit3

public void exit3(java.lang.String method)
Trace exit from a void method at level 3, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting

exit3

public void exit3(java.lang.String method,
                  java.lang.Object retVal)
Trace exit from a non-void method at level 3, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit3

public void exit3(java.lang.String method,
                  boolean retVal)
Trace exit from a boolean-valued method at level 3, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit3

public void exit3(java.lang.String method,
                  int retVal)
Trace exit from an integer-valued method at level 3, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit3

public void exit3(java.lang.String method,
                  long retVal)
Trace exit from a long-valued method at level 3, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit4

public void exit4(java.lang.String method)
Trace exit from a void method at level 4, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting

exit4

public void exit4(java.lang.String method,
                  java.lang.Object retVal)
Trace exit from a non-void method at level 4, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit4

public void exit4(java.lang.String method,
                  boolean retVal)
Trace exit from a boolean-valued method at level 4, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit4

public void exit4(java.lang.String method,
                  int retVal)
Trace exit from an integer-valued method at level 4, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

exit4

public void exit4(java.lang.String method,
                  long retVal)
Trace exit from a long-valued method at level 4, recording a default message.

If call timing is enabled, this will stop the timer for this method invocation.

Parameters:
method - - the method exiting
retVal - - the value being returned

throwing

public 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.

If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.

Parameters:
level - - the trace level
method - - the method throwing the exception
t - - the exception being thrown

throwing1

public 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.

If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.

Parameters:
method - - the method throwing the exception
t - - the exception being thrown

throwing2

public 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.

If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.

Parameters:
method - - the method throwing the exception
t - - the exception being thrown

throwing3

public 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.

If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.

Parameters:
method - - the method throwing the exception
t - - the exception being thrown

throwing4

public 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.

If call timing is enabled, this will stop the timer for this method invocation and any methods unwound from the stack by this exception.

Parameters:
method - - the method throwing the exception
t - - the exception being thrown

caught

public 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.

Parameters:
level - - the trace level
method - - the method catching the exception
t - - the exception caught

caught1

public 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.

Parameters:
method - - the method catching the exception
t - - the exception caught

caught2

public 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.

Parameters:
method - - the method catching the exception
t - - the exception caught

caught3

public 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.

Parameters:
method - - the method catching the exception
t - - the exception caught

caught4

public 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.

Parameters:
method - - the method catching the exception
t - - the exception caught

info

public 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.

Parameters:
level - - the trace level
method - - the method recording the event
msg - - the trace message

info

public 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.

Parameters:
level - - the trace level
method - - the method recording the event
msg - - the trace message
arg - - the message parameter

info

public 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.

Parameters:
level - - the trace level
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter

info

public 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.

Parameters:
level - - the trace level
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter

info

public 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.

Parameters:
level - - the trace level
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter
arg4 - - the fourth message parameter

info

public 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.

Parameters:
level - - the trace level
method - - the method recording the event
msg - - the trace message
args - - the message parameters

info

public void info(java.lang.String method,
                 java.lang.String msg)
Trace an arbitrary event in a method unconditionally, recording the message provided.

Parameters:
method - - the method recording the event
msg - - the trace message

info

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg - - the message parameter

info

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter

info

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter

info

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter
arg4 - - the fourth message parameter

info

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
args - - the message parameters

info1

public void info1(java.lang.String method,
                  java.lang.String msg)
Trace an arbitrary event in a method at level 1, recording the message provided.

Parameters:
method - - the method recording the event
msg - - the trace message

info1

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg - - the message parameter

info1

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter

info1

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter

info1

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter
arg4 - - the fourth message parameter

info2

public void info2(java.lang.String method,
                  java.lang.String msg)
Trace an arbitrary event in a method at level 2, recording the message provided.

Parameters:
method - - the method recording the event
msg - - the trace message

info2

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message

info2

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter

info2

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter

info2

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter
arg4 - - the fourth message parameter

info3

public void info3(java.lang.String method,
                  java.lang.String msg)
Trace an arbitrary event in a method at level 3, recording the message provided.

Parameters:
method - - the method recording the event
msg - - the trace message

info3

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message

info3

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter

info3

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter

info3

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter
arg4 - - the fourth message parameter

info4

public void info4(java.lang.String method,
                  java.lang.String msg)
Trace an arbitrary event in a method at level 4, recording the message provided.

Parameters:
method - - the method recording the event
msg - - the trace message

info4

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message

info4

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter

info4

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter

info4

public 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.

Parameters:
method - - the method recording the event
msg - - the trace message
arg1 - - the first message parameter
arg2 - - the second message parameter
arg3 - - the third message parameter
arg4 - - the fourth message parameter

list

public 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.

Parameters:
level - - the trace level
method - - the method being traced
label - - the label to use for the variable name
list - - the list to dump

list1

public 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.

Parameters:
method - - the method being traced
label - - the label to use for the variable name
list - - the list to dump

list2

public 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.

Parameters:
method - - the method being traced
label - - the label to use for the variable name
list - - the list to dump

list3

public 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.

Parameters:
method - - the method being traced
label - - the label to use for the variable name
list - - the list to dump

list4

public 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.

Parameters:
method - - the method being traced
label - - the label to use for the variable name
list - - the list to dump

variable

public 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.

Parameters:
level - - the trace level
method - - the method being traced
label - - the label to use for the variable name
value - - the value to dump

variable

public 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.

Parameters:
level - - the trace level
method - - the method being traced
label - - the label to use for the variable name
value - - the value to dump

variable

public 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.

Parameters:
level - - the trace level
method - - the method being traced
label - - the label to use for the variable name
value - - the value to dump

variable

public 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.

Parameters:
level - - the trace level
method - - the method being traced
label - - the label to use for the variable name
value - - the value to dump

variable

public void variable(java.lang.String method,
                     java.lang.String label,
                     java.lang.Object value)
Dump a variable in a method unconditionally.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable

public void variable(java.lang.String method,
                     java.lang.String label,
                     int value)
Dump an integer variable in a method unconditionally.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable

public void variable(java.lang.String method,
                     java.lang.String label,
                     long value)
Dump a long variable in a method unconditionally.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable

public void variable(java.lang.String method,
                     java.lang.String label,
                     boolean value)
Dump a boolean variable in a method unconditionally.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable1

public void variable1(java.lang.String method,
                      java.lang.String label,
                      java.lang.Object value)
Dump a variable in a method at level 1.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable1

public void variable1(java.lang.String method,
                      java.lang.String label,
                      int value)
Dump an integer variable in a method at level 1.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable1

public void variable1(java.lang.String method,
                      java.lang.String label,
                      long value)
Dump a long variable in a method at level 1.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable1

public void variable1(java.lang.String method,
                      java.lang.String label,
                      boolean value)
Dump a boolean variable in a method at level 1.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable2

public void variable2(java.lang.String method,
                      java.lang.String label,
                      java.lang.Object value)
Dump a variable in a method at level 2.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable2

public void variable2(java.lang.String method,
                      java.lang.String label,
                      int value)
Dump an integer variable in a method at level 2.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable2

public void variable2(java.lang.String method,
                      java.lang.String label,
                      long value)
Dump a long variable in a method at level 2.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable2

public void variable2(java.lang.String method,
                      java.lang.String label,
                      boolean value)
Dump a boolean variable in a method at level 2.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable3

public void variable3(java.lang.String method,
                      java.lang.String label,
                      java.lang.Object value)
Dump a variable in a method at level 3.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable3

public void variable3(java.lang.String method,
                      java.lang.String label,
                      int value)
Dump a integer variable in a method at level 3.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable3

public void variable3(java.lang.String method,
                      java.lang.String label,
                      long value)
Dump a long variable in a method at level 3.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable3

public void variable3(java.lang.String method,
                      java.lang.String label,
                      boolean value)
Dump a boolean variable in a method at level 3.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable4

public void variable4(java.lang.String method,
                      java.lang.String label,
                      java.lang.Object value)
Dump a variable in a method at level 4.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable4

public void variable4(java.lang.String method,
                      java.lang.String label,
                      int value)
Dump an integer variable in a method at level 4.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable4

public void variable4(java.lang.String method,
                      java.lang.String label,
                      long value)
Dump a long variable in a method at level 4.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

variable4

public void variable4(java.lang.String method,
                      java.lang.String label,
                      boolean value)
Dump a boolean variable in a method at level 4.

Parameters:
method - - the method being traced
label - - the label to use for the variable
value - - the value to dump

data

public void data(long level,
                 java.lang.String method,
                 byte[] bytes,
                 int bytesPerLine)
Dump binary data in a method at the specified level.

Parameters:
level - - the trace level
method - - the method being traced
bytes - - the data to dump
bytesPerLine - - the number of bytes to display per line

data

public 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.

Parameters:
level - - the trace level
method - - the method being traced
bytes - - the data to dump

data1

public void data1(java.lang.String method,
                  byte[] data)
Dump binary data in a method at level 1, displaying 16 bytes per line.

Parameters:
method - - the method being traced

data2

public void data2(java.lang.String method,
                  byte[] data)
Dump binary data in a method at level 2, displaying 16 bytes per line.

Parameters:
method - - the method being traced

data3

public void data3(java.lang.String method,
                  byte[] data)
Dump binary data in a method at level 3, displaying 16 bytes per line.

Parameters:
method - - the method being traced

data4

public void data4(java.lang.String method,
                  byte[] data)
Dump binary data in a method at level 4, displaying 16 bytes per line.

Parameters:
method - - the method being traced