Sun Java Communications Suite 5 Event Notification Service Guide

ENS_LOG_MODULES

Use this variable to obtain trace information specific to one or more functional modules in the ENS 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 server and the RENL modules, you set the value of this variable to 10; to get all modules, set the value to 31.

Table A–4 lists the values for the variable ENS_LOG_MODULES:

Table A–4 ENS_LOG_MODULES Values

Values  

Value Names  

Description  

0

N/A 

Default; no modules logged. 

1

ENSLOG_CLIENT_API

Client API generated transactions 

2

ENSLOG_SERVER

Server generated transactions 

4

ENSLOG_UPUB

Publisher transactions 

8

ENSLOG_RENL

Reliable event notifications 

16

ENSLOG_STORE

ENS message store transactions