| Package | Description | 
|---|---|
| org.slf4j | Core logging interfaces. | 
| org.slf4j.helpers | Helper classes. | 
| org.slf4j.impl | Implementations of core logging interfaces defined in the  org.slf4jpackage. | 
| org.slf4j.spi | Classes and interfaces which are internal to SLF4J. | 
| Modifier and Type | Method and Description | 
|---|---|
| static IMarkerFactory | MarkerFactory. getIMarkerFactory()Return the  IMarkerFactoryinstance in use. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicMarkerFactoryAn almost trivial implementation of the  IMarkerFactoryinterface which createsBasicMarkerinstances. | 
| Modifier and Type | Method and Description | 
|---|---|
| IMarkerFactory | StaticMarkerBinder. getMarkerFactory()Currently this method always returns an instance of 
  BasicMarkerFactory. | 
| Modifier and Type | Method and Description | 
|---|---|
| IMarkerFactory | MarkerFactoryBinder. getMarkerFactory()Return the instance of  IMarkerFactorythatMarkerFactoryclass should bind to. | 
Copyright © 2005–2019 QOS.ch. All rights reserved.