Package com.google.cloud.logging.logback
Interface LoggingEventEnhancer
-
- All Known Implementing Classes:
TraceLoggingEventEnhancer
public interface LoggingEventEnhancer
An enhancer for ILoggingEvent 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(com.google.cloud.logging.LogEntry.Builder builder, ch.qos.logback.classic.spi.ILoggingEvent e)
-