Uses of Interface
com.google.cloud.logging.LoggingEnhancer
-
Packages that use LoggingEnhancer Package Description com.google.cloud.logging 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 LoggingEnhancer Modifier and Type Class Description class
TraceLoggingEnhancer
Methods in com.google.cloud.logging that return types with arguments of type LoggingEnhancer Modifier and Type Method Description static 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 LoggingEnhancer Constructor Description 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.
-