Uses of Enum
com.google.cloud.logging.Synchronicity
Packages that use Synchronicity
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Synchronicity in com.google.cloud.logging
Methods in com.google.cloud.logging that return SynchronicityModifier and TypeMethodDescriptionLoggingHandler.getSynchronicity()Get the flush log level.Logging.getWriteSynchronicity()Retrieves current set synchronicitySynchronicityof logging writes.static SynchronicityReturns the enum constant of this type with the specified name.static Synchronicity[]Synchronicity.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 SynchronicityModifier and TypeMethodDescriptionvoidLoggingHandler.setSynchronicity(Synchronicity synchronicity) Sets synchronicity of logging writes.voidLogging.setWriteSynchronicity(Synchronicity synchronicity) Sets synchronicitySynchronicityof logging writes, defaults to asynchronous.