Uses of Enum
com.google.cloud.logging.ContextHandler.ContextPriority
Packages that use ContextHandler.ContextPriority
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of ContextHandler.ContextPriority in com.google.cloud.logging
Methods in com.google.cloud.logging that return ContextHandler.ContextPriorityModifier and TypeMethodDescriptionContextHandler.getCurrentContextPriority()Returns the enum constant of this type with the specified name.static ContextHandler.ContextPriority[]ContextHandler.ContextPriority.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.logging with parameters of type ContextHandler.ContextPriorityModifier and TypeMethodDescriptionvoidContextHandler.setCurrentContext(Context context, ContextHandler.ContextPriority priority) Sets the context based on the priority.