Scope Type
Singleton keys which identify different types of scopes which scoped contexts can be bound to.
To bind a context to a scope type, create the context with that type:
ScopedLoggingContext.getInstance().newScope(REQUEST).run(() -> someTask(...));
Content copied to clipboard
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/context/Scope Type. java">
Original Java code of Google Flogger