public static final class Logging.WriteOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static 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 |
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 |
resource(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. |
String |
toString() |
public static Logging.WriteOption logName(String logName)
LogEntry.getLogName()
) for those
log entries that do not specify their own log name. Example: syslog
.public static Logging.WriteOption resource(MonitoredResource resource)
LogEntry.getResource()
) for those log entries that do not specify their own resource.public static Logging.WriteOption labels(Map<String,String> labels)
LogEntry.getLabels()
of each log entry written, except when a log entry already has a value
associated to the same key.Copyright © 2019 Google LLC. All rights reserved.