Package org.slf4j.spi

Class NOPLoggingEventBuilder

java.lang.Object
org.slf4j.spi.NOPLoggingEventBuilder
All Implemented Interfaces:
LoggingEventBuilder

public class NOPLoggingEventBuilder extends 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. invalid input: '<'/p

Since:
2.0.0
Author:
Ceki Gülcü