Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
static Logging.EntryListOption |
Logging.EntryListOption.filter(String filter)
Returns an option to specify a filter to the log entries to be listed.
|
static Logging.EntryListOption |
Logging.EntryListOption.pageSize(int pageSize)
Returns an option to specify the maximum number of log entries returned per page.
|
static Logging.EntryListOption |
Logging.EntryListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing log entries.
|
static Logging.EntryListOption |
Logging.EntryListOption.sortOrder(Logging.SortingField field,
Logging.SortingOrder order)
Returns an option to sort log entries.
|
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.
|
Copyright © 2019 Google LLC. All rights reserved.