Uses of Interface
org.seppiko.glf.api.ILoggerFactory
Packages that use ILoggerFactory
Package
Description
GLF API
GLF event
GLF API SPI
-
Uses of ILoggerFactory in org.seppiko.glf.api
Methods in org.seppiko.glf.api that return ILoggerFactoryModifier and TypeMethodDescriptionstatic ILoggerFactoryLoggerFactory.getLoggerFactory()Return theILoggerFactoryinstance in use. -
Uses of ILoggerFactory in org.seppiko.glf.event
Classes in org.seppiko.glf.event that implement ILoggerFactoryModifier and TypeClassDescriptionclassBasic Logger Factory for default implementationMethods in org.seppiko.glf.event that return ILoggerFactory -
Uses of ILoggerFactory in org.seppiko.glf.spi
Methods in org.seppiko.glf.spi that return ILoggerFactoryModifier and TypeMethodDescriptionGLFServiceProvider.getILoggerFactory()Return the instance ofILoggerFactorythatLoggerFactoryclass should bind to.