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

com.github.ltsopensource.biz.logger.mysql.MysqlJobLoggerFactory Maven / Gradle / Ivy

package com.github.ltsopensource.biz.logger.mysql;

import com.github.ltsopensource.biz.logger.JobLogger;
import com.github.ltsopensource.biz.logger.JobLoggerFactory;
import com.github.ltsopensource.core.cluster.Config;

/**
 * @author Robert HG ([email protected]) on 12/27/15.
 */
public class MysqlJobLoggerFactory implements JobLoggerFactory {
    @Override
    public JobLogger getJobLogger(Config config) {
        return new MysqlJobLogger(config);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy