Context Metadata
Immutable Metadata implementation intended for use in nested contexts. Scope metadata can be concatenated to inherit metadata from a parent context. This class is only expected to be needed by implementations of ScopedLoggingContext and should not be considered a stable API.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/context/Context Metadata. java">
Original Java code of Google Flogger
Types
Functions
Link copied to clipboard
Returns a new
ScopeMetadata builder.Link copied to clipboard
Concatenates the given context metadata after this instance.
Link copied to clipboard
Returns the key for the Nth piece of metadata.
Link copied to clipboard
Returns the empty
ScopeMetadata.Link copied to clipboard
Returns a space efficient
ScopeMetadata containing a single value.