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

rebue.wheel.vertx.util.XxlJobUtils Maven / Gradle / Ivy

There is a newer version: 3.5.45
Show newest version
package rebue.wheel.vertx.util;

import com.xxl.job.core.context.XxlJobHelper;
import org.slf4j.Logger;

public class XxlJobUtils {
    public static void logInfo(Logger log, String msg, Object... args) {
        log.info(msg, args);
        XxlJobHelper.log(msg, args);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy