| Package | Description |
|---|---|
| org.slf4j |
Core logging interfaces.
|
| org.slf4j.helpers |
Helper classes.
|
| org.slf4j.jul | |
| org.slf4j.nop | |
| org.slf4j.reload4j | |
| org.slf4j.simple | |
| 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 |
BasicMarkerFactory
An almost trivial implementation of the
IMarkerFactory
interface which creates BasicMarker instances. |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory |
NOP_FallbackServiceProvider.getMarkerFactory() |
IMarkerFactory |
SubstituteServiceProvider.getMarkerFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory |
JULServiceProvider.getMarkerFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory |
NOPServiceProvider.getMarkerFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory |
Reload4jServiceProvider.getMarkerFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory |
SimpleServiceProvider.getMarkerFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMarkerFactory |
MarkerFactoryBinder.getMarkerFactory()
Deprecated.
Return the instance of
IMarkerFactory that
MarkerFactory class should bind to. |
IMarkerFactory |
SLF4JServiceProvider.getMarkerFactory()
Return the instance of
IMarkerFactory that
MarkerFactory class should bind to. |
Copyright © 2005–2022 QOS.ch. All rights reserved.