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.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 an trivial implementation ofILoggerFactorywhich always returns the unique instance of NOPLogger.classSubstituteLoggerFactory manages instances ofSubstituteLogger.Methods in org.slf4j.helpers that return ILoggerFactoryModifier and TypeMethodDescriptionNOPServiceProvider.getLoggerFactory()SubstituteServiceProvider.getLoggerFactory() -
Uses of ILoggerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return ILoggerFactoryModifier and TypeMethodDescriptionLoggerFactoryBinder.getLoggerFactory()Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.SLF4JServiceProvider.getLoggerFactory()Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.