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

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

The newest version!
package rebue.wheel.vertx.util;

import org.slf4j.Logger;

import com.xxl.job.core.context.XxlJobHelper;

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