Uses of Interface
org.slf4j.ILoggerFactory
Packages that use ILoggerFactory
Package
Description
Core logging interfaces.
Various SLF4J internal utility and helper classes.
NOP implementation
slf4j reload4j
Contains slf4j simple package.
Contains classes and interfaces which are intended for logging backends.
-
Uses of ILoggerFactory in org.slf4j
Methods in org.slf4j that return ILoggerFactoryModifier and TypeMethodDescriptionstatic ILoggerFactoryLoggerFactory.getILoggerFactory()Return theILoggerFactoryinstance in use. -
Uses of ILoggerFactory in org.slf4j.helpers
Classes 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.jul
Classes 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.nop
Methods in org.slf4j.nop that return ILoggerFactory -
Uses of ILoggerFactory in org.slf4j.reload4j
Classes 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.simple
Classes 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.spi
Methods in org.slf4j.spi that return ILoggerFactoryModifier and TypeMethodDescriptionSLF4JServiceProvider.getLoggerFactory()Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.