-
Notifications
You must be signed in to change notification settings - Fork 0
Important plugin classes
Jörg Neumann edited this page Sep 27, 2022
·
1 revision
The logging API is extensible via plugins.
Plugin Type | Description |
---|---|
Data Containers | Used to attach additional data (e.g. Callstack, internal tables) to log messages. |
Text Containers | Used to store title texts of data containers. Needed to tell multiple instances of multi-use-containers apart. |
Exception mappers | Used internally to create data container collections from exceptions. The default implementation should be sufficient in most cases. |