Package org.slf4j

Class MarkerFactory

java.lang.Object
org.slf4j.MarkerFactory

public class MarkerFactory extends Object
MarkerFactory is a utility class producing Marker instances as appropriate for the logging system currently in use.

This class is essentially implemented as a wrapper around an IMarkerFactory instance bound at compile time.

Please note that all methods in this class are static.

Author:
Ceki Gülcü