Enum Synchronicity (3.17.1)

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

Name Description
ASYNC
SYNC

Static Methods

Name Description
valueOf(String name)
values()