Uses of Class
com.google.cloud.logging.LoggingOptions
-
Packages that use LoggingOptions Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis.com.google.cloud.logging.spi.v2 com.google.cloud.logging.testing A testing helper for Cloud Logging. -
-
Uses of LoggingOptions in com.google.cloud.logging
Methods in com.google.cloud.logging that return LoggingOptions Modifier and Type Method Description LoggingOptions
LoggingOptions.Builder. build()
static LoggingOptions
LoggingOptions. getDefaultInstance()
Returns a defaultLoggingOptions
instance.Methods in com.google.cloud.logging with parameters of type LoggingOptions Modifier and Type Method Description Logging
LoggingOptions.DefaultLoggingFactory. create(LoggingOptions options)
com.google.cloud.ServiceRpc
LoggingOptions.DefaultLoggingRpcFactory. create(LoggingOptions options)
Constructors in com.google.cloud.logging with parameters of type LoggingOptions Constructor Description LoggingHandler(String log, LoggingOptions options)
Creates a handler that publishes messages to Cloud Logging.LoggingHandler(String log, LoggingOptions options, com.google.cloud.MonitoredResource monitoredResource)
Creates a handler that publishes messages to Cloud Logging.LoggingHandler(String log, LoggingOptions options, com.google.cloud.MonitoredResource monitoredResource, List<LoggingEnhancer> enhancers)
Creates a handler that publishes messages to Cloud Logging.LoggingHandler(String log, LoggingOptions options, com.google.cloud.MonitoredResource monitoredResource, List<LoggingEnhancer> enhancers, LogDestinationName destination)
Creates a handler that publishes messages to Cloud Logging. -
Uses of LoggingOptions in com.google.cloud.logging.spi.v2
Constructors in com.google.cloud.logging.spi.v2 with parameters of type LoggingOptions Constructor Description GrpcLoggingRpc(LoggingOptions options)
-
Uses of LoggingOptions in com.google.cloud.logging.testing
Methods in com.google.cloud.logging.testing that return LoggingOptions Modifier and Type Method Description LoggingOptions
RemoteLoggingHelper. getOptions()
Returns aLoggingOptions
object to be used for testing.
-