Show TOC

How to Use LocationsLocate this document in the navigation structure

Use

Trace messages must be organized along code packages.

The location name used for tracing can be the name of the class (including the package name). This is the easiest but also a very resource consuming attempt. Therefore, the better way to do tracing with consideration of resources is to use a location per package.

Note

Bear in mind, that only ERROR and FATAL trace messages must be visible in the trace files in normal operation mode. The severity level for the relevant location(s) has to be adjusted at runtime if more traces are to be visible.