Application (EJB) calls to BeanConnect are logged at separate loggers (BeanConnect.ui
and its child loggers). This output can assist users in diagnosing problems in their applications.
Output to the logger BeanConnect.ui
may use the levels INFO
, DEBUG
or TRACE
. For a summary, see the following table:
List of the BeanConnect.ui loggers, their levels and meaning
Logger |
Level |
Meaning |
|
|
Logging of outbound interface calls without data |
|
|
Logging of OLTP message interface calls without data |
|
|
Logging of all data transferred at the user interface |
|
|
Logging of all data transferred at the user interface in the form |
|
|
Logging of the OLTP message objects transferred to and from |
Example 26 Control of logging output
Logger
BeanConnect.ui
set to levelINFO:
All the user interface calls are logged without data.
Logger
BeanConnect.ui
set to levelDEBUG:
All the user interface calls are logged together with the data transferred on these calls.
Logger
BeanConnect.ui
set to levelTRACE:
All the user interface calls are logged together with the data transferred on these calls and any encoded data.
Logger
BeanConnect.ui.out
set to levelINFO
andBeanConnect.ui.data.net
set to levelTRACE
:All the outbound interface calls are logged together with the encoded data. Calls at the OLTP message interface and data transferred at the outbound interface are not logged.