Package org.slf4j.spi

Class NOPLoggingEventBuilder

  • All Implemented Interfaces:
    LoggingEventBuilder

    public class NOPLoggingEventBuilder
    extends java.lang.Object
    implements LoggingEventBuilder

    A no-operation implementation of LoggingEventBuilder.

    As the name indicates, the method in this class do nothing, except when a return value is expected in which case a singleton, i.e. the unique instance of this class is returned.

    Since:
    2.0.0
    Author:
    Ceki Gülcü