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.TailOption |
Logging.TailOption.billingAccount(String billingAccount)
Returns an option to specify a billingAccount for the log entries to be tailed.
|
static Logging.TailOption |
Logging.TailOption.bufferWindow(String duration)
Returns an option to specify the amount of time to buffer log entries at the server before
being returned to prevent out of order results due to late arriving log entries.
|
static Logging.TailOption |
Logging.TailOption.filter(String filter)
Returns an option to specify a filter to the log entries to be tailed.
|
static Logging.TailOption |
Logging.TailOption.folder(String folder)
Returns an option to specify a folder for the log entries to be tailed.
|
static Logging.TailOption |
Logging.TailOption.organization(String organization)
Returns an option to specify an organization for the log entries to be tailed.
|
static Logging.TailOption |
Logging.TailOption.project(String project)
Returns an option to specify a project for the log entries to be tailed.
|
Modifier and Type | Method and Description |
---|---|
LogEntryServerStream |
Logging.tailLogEntries(Logging.TailOption... options)
Sends a request to stream fresh log entries.
|
Copyright © 2023 Google LLC. All rights reserved.