Class VertxLogDelegateFactory

java.lang.Object
io.quarkus.vertx.core.runtime.VertxLogDelegateFactory
All Implemented Interfaces:
io.vertx.core.spi.logging.LogDelegateFactory

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

    • VertxLogDelegateFactory

      public VertxLogDelegateFactory()
  • Method Details

    • 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