The Log and Trace Analyzer provides a Logging preferences window which enables you to specify the level of logging details that are recorded in the CommonBaseEvents.log. The logging preferences consist of a Loggers tab and a General tab.
This tab displays the list of plug-ins implementing the com.ibm.etools.common.logging.commonLoggingOptions extension point, which is defined by the com.ibm.etools.common.logging plug-in.
The table is composed of the following columns:
The order of logging levels is as follows:
For example, if you select WARNING, SEVERE messages will be included but INFO messages will not.
This tab displays the workbench default logging options, and has the following fields:
This is the default logging level applied to all loggers
which do not provide their own logging level. The default level is specified
by the com.ibm.etools.common.logging.commonLoggingDefaultOptions extension point, and is
set to CONFIG.
Only messages with the same or higher logging level than the logging level selected will be logged to the CommonBaseEvents.log file.
If NONE is selected, no messages are logged.
Refer to the order of logging levels
under the Logging levels section for Loggers.
Related references
Common Logging Strategy
Related tasks
Setting logging preferences
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.