Uses of Interface
com.google.cloud.logging.LoggingEnhancer
Packages that use LoggingEnhancer
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of LoggingEnhancer in com.google.cloud.logging
Classes in com.google.cloud.logging that implement LoggingEnhancerMethods in com.google.cloud.logging that return types with arguments of type LoggingEnhancerModifier and TypeMethodDescriptionstatic List<LoggingEnhancer>MonitoredResourceUtil.getResourceEnhancers()Returns custom log entry enhancers (if available) for resource type.Constructor parameters in com.google.cloud.logging with type arguments of type LoggingEnhancerModifierConstructorDescriptionLoggingHandler(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.