Class VertxLogDelegate

java.lang.Object
io.quarkus.vertx.core.runtime.VertxLogDelegate
All Implemented Interfaces:
io.vertx.core.spi.logging.LogDelegate

public class VertxLogDelegate extends Object implements io.vertx.core.spi.logging.LogDelegate
  • Constructor Details

    • VertxLogDelegate

      public VertxLogDelegate(String name)
  • Method Details

    • isWarnEnabled

      public boolean isWarnEnabled()
      Specified by:
      isWarnEnabled in interface io.vertx.core.spi.logging.LogDelegate
    • isInfoEnabled

      public boolean isInfoEnabled()
      Specified by:
      isInfoEnabled in interface io.vertx.core.spi.logging.LogDelegate
    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface io.vertx.core.spi.logging.LogDelegate
    • isTraceEnabled

      public boolean isTraceEnabled()
      Specified by:
      isTraceEnabled in interface io.vertx.core.spi.logging.LogDelegate
    • fatal

      public void fatal(Object message)
      Specified by:
      fatal in interface io.vertx.core.spi.logging.LogDelegate
    • fatal

      public void fatal(Object message, Throwable t)
      Specified by:
      fatal in interface io.vertx.core.spi.logging.LogDelegate
    • error

      public void error(Object message)
      Specified by:
      error in interface io.vertx.core.spi.logging.LogDelegate
    • error

      public void error(Object message, Object... params)
      Specified by:
      error in interface io.vertx.core.spi.logging.LogDelegate
    • error

      public void error(Object message, Throwable t)
      Specified by:
      error in interface io.vertx.core.spi.logging.LogDelegate
    • error

      public void error(Object message, Throwable t, Object... params)
      Specified by:
      error in interface io.vertx.core.spi.logging.LogDelegate
    • warn

      public void warn(Object message)
      Specified by:
      warn in interface io.vertx.core.spi.logging.LogDelegate
    • warn

      public void warn(Object message, Object... params)
      Specified by:
      warn in interface io.vertx.core.spi.logging.LogDelegate
    • warn

      public void warn(Object message, Throwable t)
      Specified by:
      warn in interface io.vertx.core.spi.logging.LogDelegate
    • warn

      public void warn(Object message, Throwable t, Object... params)
      Specified by:
      warn in interface io.vertx.core.spi.logging.LogDelegate
    • info

      public void info(Object message)
      Specified by:
      info in interface io.vertx.core.spi.logging.LogDelegate
    • info

      public void info(Object message, Object... params)
      Specified by:
      info in interface io.vertx.core.spi.logging.LogDelegate
    • info

      public void info(Object message, Throwable t)
      Specified by:
      info in interface io.vertx.core.spi.logging.LogDelegate
    • info

      public void info(Object message, Throwable t, Object... params)
      Specified by:
      info in interface io.vertx.core.spi.logging.LogDelegate
    • debug

      public void debug(Object message)
      Specified by:
      debug in interface io.vertx.core.spi.logging.LogDelegate
    • debug

      public void debug(Object message, Object... params)
      Specified by:
      debug in interface io.vertx.core.spi.logging.LogDelegate
    • debug

      public void debug(Object message, Throwable t)
      Specified by:
      debug in interface io.vertx.core.spi.logging.LogDelegate
    • debug

      public void debug(Object message, Throwable t, Object... params)
      Specified by:
      debug in interface io.vertx.core.spi.logging.LogDelegate
    • trace

      public void trace(Object message)
      Specified by:
      trace in interface io.vertx.core.spi.logging.LogDelegate
    • trace

      public void trace(Object message, Object... params)
      Specified by:
      trace in interface io.vertx.core.spi.logging.LogDelegate
    • trace

      public void trace(Object message, Throwable t)
      Specified by:
      trace in interface io.vertx.core.spi.logging.LogDelegate
    • trace

      public void trace(Object message, Throwable t, Object... params)
      Specified by:
      trace in interface io.vertx.core.spi.logging.LogDelegate