-
Notifications
You must be signed in to change notification settings - Fork 0
Data Containers
Jörg Neumann edited this page Sep 27, 2022
·
6 revisions
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.
If needed, additional data containers can be added, as described here.