This package contains classes used to create context information objects, which contain information about the context of execution.
Important information
- This package is useful for various logging functions where it is necessary to know things like: what source we are logging from, what is the process name, or what the process is/does.
Classes
ContextInfo
Context information component that provides detail information about execution context: container or/and process.
Most often ContextInfo is used by logging and performance counters to identify source of the collected logs and metrics.
DefaultInfoFactory
Creates information components by their descriptors.