Package-level declarations
Contains implementation of the context metadata.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/context/package-info. java">
Original Java code of Google Flogger
Types
Link copied to clipboard
An API for injecting scoped metadata for log statements (either globally or on a per-request basis).
Link copied to clipboard
Immutable Metadata implementation intended for use in nested contexts.
Link copied to clipboard
A hierarchical mapping from logger name to Level used to override the configured log level during debugging.
Link copied to clipboard
A user facing API for creating and modifying scoped logging contexts in applications.
Link copied to clipboard
Static methods equivalent to the instance methods on ScopedLoggingContext but which always operate on the current ScopedLoggingContext that would be returned by getInstance.
Link copied to clipboard
Singleton keys which identify different types of scopes which scoped contexts can be bound to.