interface LogDelegateFactory
I am responsible for creating LogDelegate instances.
Author
Kenny MacLeod
abstract fun createDelegate(name: String): LogDelegate |
open class JULLogDelegateFactory : LogDelegateFactory
A io.vertx.core.spi.logging.LogDelegateFactory which creates JULLogDelegate instances. |
|
open class Log4j2LogDelegateFactory : LogDelegateFactory
A LogDelegateFactory which creates Log4j2LogDelegate instances. |
|
open class Log4jLogDelegateFactory : LogDelegateFactory
A io.vertx.core.spi.logging.LogDelegateFactory which creates Log4jLogDelegate instances. |
|
open class SLF4JLogDelegateFactory : LogDelegateFactory |