Uses of Interface
io.vertx.core.spi.logging.LogDelegate
-
Packages that use LogDelegate Package Description io.vertx.core.logging io.vertx.core.spi.logging -
-
Uses of LogDelegate in io.vertx.core.logging
Classes in io.vertx.core.logging that implement LogDelegate Modifier and Type Class Description classJULLogDelegateALogDelegatewhich delegates to java.util.loggingclassLog4j2LogDelegateALogDelegatewhich delegates to Apache Log4j 2classSLF4JLogDelegateMethods in io.vertx.core.logging that return LogDelegate Modifier and Type Method Description LogDelegateJULLogDelegateFactory. createDelegate(String name)LogDelegateLog4j2LogDelegateFactory. createDelegate(String name)LogDelegateSLF4JLogDelegateFactory. createDelegate(String clazz) -
Uses of LogDelegate in io.vertx.core.spi.logging
Methods in io.vertx.core.spi.logging that return LogDelegate Modifier and Type Method Description LogDelegateLogDelegateFactory. createDelegate(String name)
-