Data Containers - SchwarzIT/sap-usi-logging-api GitHub Wiki

Data containers are used to attach additional data to log messages.

There are different groups of data containers:

Data Container Group Description
Renderable containers The contained data will be rendered using an instance of CL_GUI_CONTAINER.
Navigation Containers These containers do not render any output but just navigate somewhere (e.g. to source code positions).

The API is shipped with a couple of useful data containers.
Hint: All data container classnames start with "/USI/CL_BAL_DC_" (DC = Data Container). That should make it pretty easy to find them using autocomplete.

If needed, additional data containers can be added, as described here.