Module fr.brouillard.oss.cssfx
Package fr.brouillard.oss.cssfx.impl.log
Interface CSSFXLogger.LoggerFactory
-
- Enclosing class:
- CSSFXLogger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface CSSFXLogger.LoggerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CSSFXLogger.LoggergetLogger(Class<?> loggerClass)CSSFXLogger.LoggergetLogger(String loggerName)
-
-
-
Method Detail
-
getLogger
default CSSFXLogger.Logger getLogger(Class<?> loggerClass)
-
getLogger
CSSFXLogger.Logger getLogger(String loggerName)
-
-