Class BasicMarkerFactory

java.lang.Object
org.slf4j.helpers.BasicMarkerFactory
All Implemented Interfaces:
IMarkerFactory

public class BasicMarkerFactory extends Object implements IMarkerFactory
An almost trivial implementation of the IMarkerFactory interface which creates BasicMarker instances.

Simple logging systems can conform to the SLF4J API by binding MarkerFactory with an instance of this class.

Author:
Ceki Gülcü