Package | Description |
---|---|
com.google.cloud.logging |
A client for Cloud Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
Synchronicity |
LoggingHandler.getSynchronicity()
Get the flush log level.
|
Synchronicity |
Logging.getWriteSynchronicity()
Retrieves current set synchronicity
Synchronicity 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.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingHandler.setSynchronicity(Synchronicity synchronicity)
Sets synchronicity of logging writes.
|
void |
Logging.setWriteSynchronicity(Synchronicity synchronicity)
Sets synchronicity
Synchronicity of logging writes, defaults to asynchronous. |
Copyright © 2023 Google LLC. All rights reserved.