All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.smallrye.faulttolerance.vertx.VertxLogger Maven / Gradle / Ivy

There is a newer version: 6.7.1
Show newest version
package io.smallrye.faulttolerance.vertx;

import org.jboss.logging.BasicLogger;
import org.jboss.logging.Logger;
import org.jboss.logging.annotations.MessageLogger;

@MessageLogger(projectCode = "SRFTL", length = 5)
interface VertxLogger extends BasicLogger {
    VertxLogger LOG = Logger.getMessageLogger(VertxLogger.class, VertxLogger.class.getPackage().getName());
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy