Uses of Class
com.google.cloud.logging.LoggingOptions
Packages that use LoggingOptions
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
A testing helper for Cloud Logging.
-
Uses of LoggingOptions in com.google.cloud.logging
Methods in com.google.cloud.logging that return LoggingOptionsModifier and TypeMethodDescriptionLoggingOptions.Builder.build()static LoggingOptionsLoggingOptions.getDefaultInstance()Returns a defaultLoggingOptionsinstance.Methods in com.google.cloud.logging with parameters of type LoggingOptionsModifier and TypeMethodDescriptionLoggingOptions.DefaultLoggingFactory.create(LoggingOptions options) com.google.cloud.ServiceRpcLoggingOptions.DefaultLoggingRpcFactory.create(LoggingOptions options) Constructors in com.google.cloud.logging with parameters of type LoggingOptionsModifierConstructorDescriptionLoggingHandler(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 -
Uses of LoggingOptions in com.google.cloud.logging.testing
Methods in com.google.cloud.logging.testing that return LoggingOptionsModifier and TypeMethodDescriptionRemoteLoggingHelper.getOptions()Returns aLoggingOptionsobject to be used for testing.