org.zodiac.plugin.extension.log.PropertyKey Maven / Gradle / Ivy
package org.zodiac.plugin.extension.log;
/**
* 配置文件key。
*/
public class PropertyKey {
public final static String LOG_CONFIG_LOCATION = "plugin.log-config-location";
}