Package | Description |
---|---|
com.google.cloud.logging |
A client for Cloud Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
static Logging.WriteOption[] |
Instrumentation.addPartialSuccessOption(Logging.WriteOption[] options)
Adds a partialSuccess flag option to array of WriteOption
|
static Logging.WriteOption |
Logging.WriteOption.autoPopulateMetadata(boolean autoPopulateMetadata)
Returns an option to opt-out automatic population of log entries metadata fields that are not
set.
|
static Logging.WriteOption |
Logging.WriteOption.destination(LogDestinationName destination)
Returns an option to specify a log destination resource path (see
LogDestinationName
for details) |
static Logging.WriteOption |
Logging.WriteOption.labels(Map<String,String> labels)
Sets an option to specify (key, value) pairs that are added to the
LogEntry.getLabels() of each log entry written, except when a log entry already has a value
associated to the same key. |
static Logging.WriteOption |
Logging.WriteOption.logName(String logName)
Returns an option to specify a default log name (see
LogEntry.getLogName() ) for those
log entries that do not specify their own log name. |
static Logging.WriteOption |
Logging.WriteOption.partialSuccess(boolean partialSuccess)
Returns an option to set partialSuccess flag.
|
static Logging.WriteOption |
Logging.WriteOption.resource(com.google.cloud.MonitoredResource resource)
Returns an option to specify a default monitored resource (see
LogEntry.getResource() ) for those log entries that do not specify their own resource. |
Modifier and Type | Method and Description |
---|---|
static Logging.WriteOption[] |
Instrumentation.addPartialSuccessOption(Logging.WriteOption[] options)
Adds a partialSuccess flag option to array of WriteOption
|
void |
Logging.write(Iterable<LogEntry> logEntries,
Logging.WriteOption... options)
Sends a request to log entries to Cloud Logging.
|
Copyright © 2023 Google LLC. All rights reserved.