Uses of Interface
xyz.cofe.trambda.log.api.Logger
-
Packages that use Logger Package Description xyz.cofe.trambda.log.api xyz.cofe.trambda.log.api.impl xyz.cofe.trambda.log.api.spi -
-
Uses of Logger in xyz.cofe.trambda.log.api
Methods in xyz.cofe.trambda.log.api that return Logger Modifier and Type Method Description static LoggerLogger. of(Class<?> cls) -
Uses of Logger in xyz.cofe.trambda.log.api.impl
Classes in xyz.cofe.trambda.log.api.impl that implement Logger Modifier and Type Class Description classMultiLoggerclassSimpleLoggerFields in xyz.cofe.trambda.log.api.impl declared as Logger Modifier and Type Field Description Logger[]MultiLogger. loggersConstructors in xyz.cofe.trambda.log.api.impl with parameters of type Logger Constructor Description MultiLogger(Logger[] loggers)Constructor parameters in xyz.cofe.trambda.log.api.impl with type arguments of type Logger Constructor Description MultiLogger(Iterable<Logger> loggers) -
Uses of Logger in xyz.cofe.trambda.log.api.spi
Methods in xyz.cofe.trambda.log.api.spi that return Logger Modifier and Type Method Description protected LoggerLoggerRegistry. createLogger(String name)LoggerLoggerFactory. getLogger(String name)LoggerLoggerRegistry. getLogger(String name)
-