Enum Synchronicity (3.16.2)

public enum Synchronicity extends Enum<Synchronicity>

Used to specify the behavior of write calls to the Cloud Logging service. Specifying SYNC will make synchronous calls; specifying ASYNC will make asynchronous calls. The default behavior is ASYNC.

Static Fields

NameDescription
ASYNC
SYNC

Static Methods

NameDescription
valueOf(String name)
values()