You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow multiple components to implement logging.ContextFilter. These source components will be wrapped into a single implementation logging.MergedContextFilter which reads from the source components.
Control over the which source's version of a key/value is used in the merged view can be controlled by implementing the logging.PrioritisedContextFilter interface to return an int64 'score' where a higher number is a higher priority. A context filter not implemented that interface is assumed to have a priority of zero.
The text was updated successfully, but these errors were encountered:
Allow multiple components to implement logging.ContextFilter. These source components will be wrapped into a single implementation logging.MergedContextFilter which reads from the source components.
Control over the which source's version of a key/value is used in the merged view can be controlled by implementing the logging.PrioritisedContextFilter interface to return an int64 'score' where a higher number is a higher priority. A context filter not implemented that interface is assumed to have a priority of zero.
The text was updated successfully, but these errors were encountered: