Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
LogEntry |
LogEntry.Builder.build()
Creates a
LogEntry object for this builder. |
static LogEntry |
LogEntry.of(Payload<?> payload)
Creates a
LogEntry object given the entry payload. |
static LogEntry |
LogEntry.of(String logName,
MonitoredResource resource,
Payload<?> payload)
Creates a
LogEntry object given the log name, the monitored resource and the entry
payload. |
Modifier and Type | Method and Description |
---|---|
Page<LogEntry> |
Logging.listLogEntries(Logging.EntryListOption... options)
Lists log entries.
|
com.google.api.core.ApiFuture<AsyncPage<LogEntry>> |
Logging.listLogEntriesAsync(Logging.EntryListOption... options)
Sends a request for listing log entries.
|
Modifier and Type | Method and Description |
---|---|
void |
Logging.write(Iterable<LogEntry> logEntries,
Logging.WriteOption... options)
Sends a request to log entries to Stackdriver Logging.
|
Copyright © 2019 Google LLC. All rights reserved.