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

com.javaoffers.batis.modelhelper.log.JqlLogger Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.log;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class JqlLogger {
    public static Logger log = LoggerFactory.getLogger(JqlLogger.class);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy