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

cn.takujo.common_api.log.LogRecord Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package cn.takujo.common_api.log;

/**
 * 自定义日志的描述形式
 * 
 * @author wzx
 *
 */
public interface LogRecord {

	/**
	 * 转换为日志形式
	 * 
	 * @return 日志形式描述
	 */
	String toLog();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy