Class VertxLogDelegateFactory

  • All Implemented Interfaces:
    io.vertx.core.spi.logging.LogDelegateFactory

    public class VertxLogDelegateFactory
    extends Object
    implements io.vertx.core.spi.logging.LogDelegateFactory
    • Constructor Detail

      • VertxLogDelegateFactory

        public VertxLogDelegateFactory()
    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Specified by:
        isAvailable in interface io.vertx.core.spi.logging.LogDelegateFactory
      • createDelegate

        public io.vertx.core.spi.logging.LogDelegate createDelegate​(String name)
        Specified by:
        createDelegate in interface io.vertx.core.spi.logging.LogDelegateFactory