Class StaticMarkerBinder

java.lang.Object
org.slf4j.impl.StaticMarkerBinder
All Implemented Interfaces:
MarkerFactoryBinder

public class StaticMarkerBinder extends Object implements MarkerFactoryBinder
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class. This class is meant to provide a *dummy* StaticMarkerBinder to the slf4j-api module. Real implementations are found in each SLF4J binding project, e.g. slf4j-nop, slf4j-simple, slf4j-log4j12 etc.