Uses of Interface
org.seppiko.glf.api.ILoggerFactory
| Package | Description |
|---|---|
| org.seppiko.glf.api | |
| org.seppiko.glf.event | |
| org.seppiko.glf.event.nop | |
| org.seppiko.glf.spi |
-
Uses of ILoggerFactory in org.seppiko.glf.api
Methods in org.seppiko.glf.api that return ILoggerFactory Modifier and Type Method Description static ILoggerFactoryLoggerFactory. getLoggerFactory()ILoggerFactoryLoggerFactoryBinder. getLoggerFactory() -
Uses of ILoggerFactory in org.seppiko.glf.event
Classes in org.seppiko.glf.event that implement ILoggerFactory Modifier and Type Class Description classBasicLoggerFactoryBasic Logger Factory for default implementationMethods in org.seppiko.glf.event that return ILoggerFactory Modifier and Type Method Description ILoggerFactoryDefaultServiceProvider. getILoggerFactory() -
Uses of ILoggerFactory in org.seppiko.glf.event.nop
Classes in org.seppiko.glf.event.nop that implement ILoggerFactory Modifier and Type Class Description classNOPLoggerFactoryA direct NOP (no operation) logger factory real service registrationMethods in org.seppiko.glf.event.nop that return ILoggerFactory Modifier and Type Method Description ILoggerFactoryNOPServiceProvider. getILoggerFactory() -
Uses of ILoggerFactory in org.seppiko.glf.spi
Methods in org.seppiko.glf.spi that return ILoggerFactory Modifier and Type Method Description ILoggerFactoryGLFServiceProvider. getILoggerFactory()