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 Detail

      • enhanceLogEntry

        void enhanceLogEntry​(com.google.cloud.logging.LogEntry.Builder builder,
                             ch.qos.logback.classic.spi.ILoggingEvent e)