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 the
LogEntry.Builder.-
Method Summary
Modifier and TypeMethodDescriptionvoidenhanceLogEntry(com.google.cloud.logging.LogEntry.Builder builder, ch.qos.logback.classic.spi.ILoggingEvent e)
-
Method Details
-
enhanceLogEntry
void enhanceLogEntry(com.google.cloud.logging.LogEntry.Builder builder, ch.qos.logback.classic.spi.ILoggingEvent e)
-