Scope List
Lightweight internal helper class for context implementations to manage a list of scopes.
Constructors
Link copied to clipboard
public void ScopedLoggingContext.ScopeList(ScopeType key, LoggingScope scope, @Nullable() @Nullable() ScopedLoggingContext.ScopeList next)
Functions
Link copied to clipboard
@Nullable()
Adds a new scope to the list for the given type.
Link copied to clipboard
@Nullable()
Finds a scope instance for the given type in a possibly null scope list.