

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 () | |
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
| org::slf4j::impl::StaticMarkerBinder::StaticMarkerBinder | ( | ) | [inline, private] |
| 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.
final IMarkerFactory org::slf4j::impl::StaticMarkerBinder::markerFactory = new BasicMarkerFactory() [package] |
Referenced by getMarkerFactory().
final StaticMarkerBinder org::slf4j::impl::StaticMarkerBinder::SINGLETON = new StaticMarkerBinder() [static] |
The unique instance of this class.
1.6.2