Interface | Description |
---|---|
JsonLoggingEventEnhancer |
This interface allows users to write additional JSON record the JSON log layout.
|
StackdriverTraceConstants |
Constants for Stackdriver Trace.
|
Class | Description |
---|---|
LoggingAppender |
A Google Cloud Java Logback
LoggingAppender
wrapper that configures it for Spring Cloud GCP. |
LoggingWebMvcConfigurer |
MVC Adapter that adds the
TraceIdLoggingWebMvcInterceptor . |
StackdriverErrorReportingServiceContext |
This class provides the service context data for stackdriver error reporting.
|
StackdriverJsonLayout |
This class provides a JSON layout for a Logback appender compatible to the Stackdriver
log format.
|
TraceIdLoggingEnhancer |
Adds the trace ID and span ID to the logging entry, in its correct format to be
displayed in the Logs viewer.
|
TraceIdLoggingWebMvcInterceptor |
HandlerInterceptor that extracts the request
trace ID from the "x-cloud-trace-context" HTTP header and stores it in a thread-local
using TraceIdLoggingEnhancer.setCurrentTraceId(java.lang.String) . |
Copyright © 2021. All rights reserved.