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

com.github.yydf.struts.logger.SqlLog Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.github.yydf.struts.logger;

public interface SqlLog {

	void error(Class clazz, String msg, Exception e);

	void debug(Class clazz, String msg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy