Uses of Interface
org.slf4j.ILoggerFactory
-
Packages that use ILoggerFactory Package Description org.slf4j Core logging interfaces.org.slf4j.helpers Helper classes.org.slf4j.impl Implementations of core logging interfaces defined in theorg.slf4jpackage.org.slf4j.spi Classes and interfaces which are internal to SLF4J. -
-
Uses of ILoggerFactory in org.slf4j
Methods in org.slf4j that return ILoggerFactory Modifier and Type Method Description static ILoggerFactoryLoggerFactory. getILoggerFactory()Return theILoggerFactoryinstance in use. -
Uses of ILoggerFactory in org.slf4j.helpers
Classes in org.slf4j.helpers that implement ILoggerFactory Modifier and Type Class Description classNOPLoggerFactoryNOPLoggerFactory is an trivial implementation ofILoggerFactorywhich always returns the unique instance of NOPLogger.classSubstituteLoggerFactorySubstituteLoggerFactory manages instances ofSubstituteLogger. -
Uses of ILoggerFactory in org.slf4j.impl
Classes in org.slf4j.impl that implement ILoggerFactory Modifier and Type Class Description classJCLLoggerFactoryJCLLoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJCLLoggerAdapterinstance.classJDK14LoggerFactoryJDK14LoggerFactory is an implementation ofILoggerFactoryreturning the appropriately namedJDK14LoggerAdapterinstance.classLog4jLoggerFactoryLog4jLoggerFactory is an implementation ofILoggerFactoryreturning the appropriate namedLog4jLoggerAdapterinstance.classSimpleLoggerFactoryAn implementation ofILoggerFactorywhich always returnsSimpleLoggerinstances.Fields in org.slf4j.impl declared as ILoggerFactory Modifier and Type Field Description private ILoggerFactoryStaticLoggerBinder. loggerFactoryThe ILoggerFactory instance returned by theStaticLoggerBinder.getLoggerFactory()method should always be the same objectMethods in org.slf4j.impl that return ILoggerFactory Modifier and Type Method Description ILoggerFactoryStaticLoggerBinder. getLoggerFactory() -
Uses of ILoggerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return ILoggerFactory Modifier and Type Method Description ILoggerFactoryLoggerFactoryBinder. getLoggerFactory()Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.
-