Summary
The Log and Trace Analyzer uses problem-determination data in the Common Base Event format, providing a rich source of activity and control-flow information to accelerate problem determination and increase system serviceability and quality. This tutorial has detailed how to streamline Common Base Event logging in the Java language to reduce complexity and instrumentation code size in order to decrease maintenance and increase customized, vendor-specific content.
The tutorial:
- Reviewed the concept of problem determination and the Common Base Event model
- Reviewed the benefits and concerns with Common Base Event logging
- Streamlined Common Base Event logging instrumentation using the Java Logging APIs by leveraging the Common Base Event V1.0.1 Java implementation and support in the LTA
- Identified the essential best practices required to control and reduce the complexity of Common Base Event logging
- Extended the Common Base Event factory to reduce the Common Base Event logging instrumentation code size


