Sun Java System Communications Services 6 2005Q4 Event Notification Service Guide

GAP_LOG_MODULES

Use this variable to obtain trace information specific to one or more functional modules in the GAP code. This variable is a bit map. That is, each bit set in the variable turns on tracing for a particular module.

More than one module can be specified at once. To specify multiple modules, add the individual values of the modules you want. For example, if you want to trace both the connection layer and the transaction modules, you set the value of this variable to 10; to get all modules, set the value to 15.

Table A–2 lists the values for the variable GAP_LOG_MODULES:

Table A–2 GAP_LOG_MODULES Values

Value  

Value Name  

Description  

N/A 

Default; no modules logged. 

1

GAPLOG_CONNECTION

Connection layer– socket input output calls 

2

GAPLOG_SESSION

Session layer– session setup and closing 

4

GAPLOG_TRANSACTION

Transaction creation– continuation and termination 

8

GAPLOG_DISPATCHER

Thread dispatcher code– GDisp tracing