Uses of Class
com.google.cloud.logging.Synchronicity
-
Packages that use Synchronicity Package Description com.google.cloud.logging 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 Synchronicity Modifier and Type Method Description Synchronicity
LoggingHandler. getSynchronicity()
Get the flush log level.Synchronicity
Logging. getWriteSynchronicity()
Retrieves current set synchronicitySynchronicity
of logging writes.static Synchronicity
Synchronicity. valueOf(String name)
Returns 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 Synchronicity Modifier and Type Method Description void
LoggingHandler. setSynchronicity(Synchronicity synchronicity)
Sets synchronicity of logging writes.void
Logging. setWriteSynchronicity(Synchronicity synchronicity)
Sets synchronicitySynchronicity
of logging writes, defaults to asynchronous.
-