Package com.google.cloud.logging
Interface LoggingEnhancer
-
- All Known Implementing Classes:
TraceLoggingEnhancer
public interface LoggingEnhancer
An enhancer for log entries. Used to add custom labels to theLogEntry.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enhanceLogEntry(LogEntry.Builder builder)
-
-
-
Method Detail
-
enhanceLogEntry
void enhanceLogEntry(LogEntry.Builder builder)
-
-