Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
com.google.cloud.logging.spi.v2 | |
com.google.cloud.logging.testing |
A testing helper for Stackdriver Logging.
|
Modifier and Type | Method and Description |
---|---|
LoggingOptions |
LoggingOptions.Builder.build() |
static LoggingOptions |
LoggingOptions.getDefaultInstance()
Returns a default
LoggingOptions instance. |
Modifier and Type | Method and Description |
---|---|
Logging |
LoggingOptions.DefaultLoggingFactory.create(LoggingOptions options) |
ServiceRpc |
LoggingOptions.DefaultLoggingRpcFactory.create(LoggingOptions options) |
Constructor and Description |
---|
LoggingHandler(String log,
LoggingOptions options)
Creates a handler that publishes messages to Stackdriver Logging.
|
LoggingHandler(String log,
LoggingOptions options,
MonitoredResource monitoredResource)
Creates a handler that publishes messages to Stackdriver Logging.
|
LoggingHandler(String log,
LoggingOptions options,
MonitoredResource monitoredResource,
List<LoggingEnhancer> enhancers)
Creates a handler that publishes messages to Stackdriver Logging.
|
Constructor and Description |
---|
GrpcLoggingRpc(LoggingOptions options) |
Modifier and Type | Method and Description |
---|---|
LoggingOptions |
RemoteLoggingHelper.getOptions()
Returns a
LoggingOptions object to be used for testing. |
Copyright © 2019 Google LLC. All rights reserved.