Uses of Interface
org.slf4j.ILoggerFactory
Packages that use ILoggerFactory
Package
Description
Core logging interfaces.
Helper classes.
Classes and interfaces which are internal to SLF4J.
- 
Uses of ILoggerFactory in org.slf4jMethods in org.slf4j that return ILoggerFactoryModifier and TypeMethodDescriptionstatic ILoggerFactoryLoggerFactory.getILoggerFactory()Return theILoggerFactoryinstance in use.
- 
Uses of ILoggerFactory in org.slf4j.helpersClasses in org.slf4j.helpers that implement ILoggerFactoryModifier and TypeClassDescriptionclassNOPLoggerFactory is a trivial implementation ofILoggerFactorywhich always returns the unique instance of NOPLogger.classSubstituteLoggerFactory manages instances ofSubstituteLogger.Methods in org.slf4j.helpers that return ILoggerFactoryModifier and TypeMethodDescriptionNOP_FallbackServiceProvider.getLoggerFactory()SubstituteServiceProvider.getLoggerFactory()
- 
Uses of ILoggerFactory in org.slf4j.julClasses in org.slf4j.jul that implement ILoggerFactoryModifier and TypeClassDescriptionclassJDK14LoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJDK14LoggerAdapterinstance.Methods in org.slf4j.jul that return ILoggerFactory
- 
Uses of ILoggerFactory in org.slf4j.nopMethods in org.slf4j.nop that return ILoggerFactory
- 
Uses of ILoggerFactory in org.slf4j.reload4jClasses in org.slf4j.reload4j that implement ILoggerFactoryModifier and TypeClassDescriptionclassLog4jLoggerFactory is an implementation ofILoggerFactoryreturning the appropriate namedReload4jLoggerAdapterinstance.Methods in org.slf4j.reload4j that return ILoggerFactory
- 
Uses of ILoggerFactory in org.slf4j.simpleClasses in org.slf4j.simple that implement ILoggerFactoryModifier and TypeClassDescriptionclassAn implementation ofILoggerFactorywhich always returnsSimpleLoggerinstances.Methods in org.slf4j.simple that return ILoggerFactory
- 
Uses of ILoggerFactory in org.slf4j.spiMethods in org.slf4j.spi that return ILoggerFactoryModifier and TypeMethodDescriptionLoggerFactoryBinder.getLoggerFactory()Deprecated.Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.SLF4JServiceProvider.getLoggerFactory()Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.