Package org.slf4j.simple
Class MavenSimpleServiceProvider
java.lang.Object
org.slf4j.simple.MavenSimpleServiceProvider
- All Implemented Interfaces:
org.slf4j.spi.SLF4JServiceProvider
public class MavenSimpleServiceProvider
extends Object
implements org.slf4j.spi.SLF4JServiceProvider
SLF4J service provider for Maven, using
MavenSimpleLoggerFactory
to provide colorized log output.- Since:
- 3.10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringDeclare the version of the SLF4J API this implementation is compiled against. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.ILoggerFactoryorg.slf4j.IMarkerFactoryorg.slf4j.spi.MDCAdaptervoid
-
Field Details
-
REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled against.
-
-
Constructor Details
-
MavenSimpleServiceProvider
public MavenSimpleServiceProvider()
-
-
Method Details
-
getLoggerFactory
public org.slf4j.ILoggerFactory getLoggerFactory()- Specified by:
getLoggerFactoryin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getMarkerFactory
public org.slf4j.IMarkerFactory getMarkerFactory()- Specified by:
getMarkerFactoryin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getMDCAdapter
public org.slf4j.spi.MDCAdapter getMDCAdapter()- Specified by:
getMDCAdapterin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
getRequestedApiVersion
- Specified by:
getRequestedApiVersionin interfaceorg.slf4j.spi.SLF4JServiceProvider
-
initialize
public void initialize()- Specified by:
initializein interfaceorg.slf4j.spi.SLF4JServiceProvider
-