Public Member Functions | Static Public Attributes | Package Attributes

org.slf4j.impl.StaticMarkerBinder Class Reference

Inherits org::slf4j::spi::MarkerFactoryBinder.

List of all members.

Public Member Functions

IMarkerFactory getMarkerFactory ()
String getMarkerFactoryClassStr ()

Static Public Attributes

static final StaticMarkerBinder SINGLETON = new StaticMarkerBinder()

Package Attributes

final IMarkerFactory markerFactory = new BasicMarkerFactory()

Detailed Description

The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.

Author:
Ceki Gülcü

Member Function Documentation

IMarkerFactory org.slf4j.impl.StaticMarkerBinder.getMarkerFactory (  ) 

Currently this method always returns an instance of BasicMarkerFactory.

References org.slf4j.impl.StaticMarkerBinder.markerFactory.

String org.slf4j.impl.StaticMarkerBinder.getMarkerFactoryClassStr (  ) 

Currently, this method returns the class name of BasicMarkerFactory.


Member Data Documentation

final IMarkerFactory org.slf4j.impl.StaticMarkerBinder.markerFactory = new BasicMarkerFactory() [package]

The unique instance of this class.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties