Class LogbackLoggingEventBuilder

java.lang.Object
org.slf4j.spi.DefaultLoggingEventBuilder
ch.qos.logback.classic.spi.LogbackLoggingEventBuilder
All Implemented Interfaces:
org.slf4j.spi.CallerBoundaryAware, org.slf4j.spi.LoggingEventBuilder

public class LogbackLoggingEventBuilder extends org.slf4j.spi.DefaultLoggingEventBuilder
A trivial implementation LoggingEventBuilder which builds on DefaultLoggingEventBuilder.
Author:
Ceki Gülcü
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.slf4j.spi.DefaultLoggingEventBuilder

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    LogbackLoggingEventBuilder(Logger logger, org.slf4j.event.Level level)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    log(org.slf4j.event.LoggingEvent sle)
     

    Methods inherited from class org.slf4j.spi.DefaultLoggingEventBuilder

    addArgument, addArgument, addKeyValue, addKeyValue, addMarker, log, log, log, log, log, setCallerBoundary, setCause

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • FQCN

      public static final String FQCN
  • Constructor Details

    • LogbackLoggingEventBuilder

      public LogbackLoggingEventBuilder(Logger logger, org.slf4j.event.Level level)
  • Method Details

    • log

      protected void log(org.slf4j.event.LoggingEvent sle)
      Overrides:
      log in class org.slf4j.spi.DefaultLoggingEventBuilder