org::slf4j::impl::StaticMarkerBinder Class Reference

Inheritance diagram for org::slf4j::impl::StaticMarkerBinder:
Inheritance graph
[legend]
Collaboration diagram for org::slf4j::impl::StaticMarkerBinder:
Collaboration graph
[legend]

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()

Private Member Functions

 StaticMarkerBinder ()

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ü

Constructor & Destructor Documentation

org::slf4j::impl::StaticMarkerBinder::StaticMarkerBinder (  )  [inline, private]

Member Function Documentation

IMarkerFactory org::slf4j::impl::StaticMarkerBinder::getMarkerFactory (  )  [inline]

Currently this method always returns an instance of BasicMarkerFactory.

References markerFactory.

String org::slf4j::impl::StaticMarkerBinder::getMarkerFactoryClassStr (  )  [inline]

Currently, this method returns the class name of BasicMarkerFactory.


Member Data Documentation

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

Referenced by getMarkerFactory().

The unique instance of this class.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2