enableTracing

 

public static void enableTracing(int level);

Turns on tracing at the specified trace level (traces to system.err). Levels are:

0

entry/exit.

1

as above plus error and exceptions.

2

as above plus some parameter and flow information.

3

as above plus data trace for headers flowing between client and queue manager.

4

as above plus full data trace of all data sent between client and queue manager.

5

as above plus Java™ VM method tracing.

Parameters

  • level - the level of trace.


uj12600_