Uses of Interface
org.seppiko.glf.api.Logger
| Package | Description |
|---|---|
| org.seppiko.glf.api | |
| org.seppiko.glf.event | |
| org.seppiko.glf.event.nop |
-
Uses of Logger in org.seppiko.glf.api
Subinterfaces of Logger in org.seppiko.glf.api Modifier and Type Interface Description interfaceLocationLoggerLogger subinterface for extended service with FQCN(Fully Qualified Caller Name) -
Uses of Logger in org.seppiko.glf.event
Classes in org.seppiko.glf.event that implement Logger Modifier and Type Class Description classAbstractLoggerAbstract logger implementationclassDefaultLoggerA Logger implementation class for registration caller.classLegacyAbstractLoggerAbstract logger for ignore isXXXEnable(Marker)Methods in org.seppiko.glf.event that return Logger Modifier and Type Method Description LoggerDefaultLogger. delegate()LoggerBasicLoggerFactory. getLogger(java.lang.String name)Methods in org.seppiko.glf.event with parameters of type Logger Modifier and Type Method Description voidDefaultLogger. setDelegate(Logger delegate) -
Uses of Logger in org.seppiko.glf.event.nop
Classes in org.seppiko.glf.event.nop that implement Logger Modifier and Type Class Description classNOPLoggerA direct NOP (no operation) implementation ofLogger.Methods in org.seppiko.glf.event.nop that return Logger Modifier and Type Method Description LoggerNOPLoggerFactory. getLogger(java.lang.String name)