org.noear.water.protocol.model.log.LoggerMeta Maven / Gradle / Ivy
package org.noear.water.protocol.model.log;
public interface LoggerMeta {
String getTag();
String getLogger();
String getSource();
int getKeepDays();
}
package org.noear.water.protocol.model.log;
public interface LoggerMeta {
String getTag();
String getLogger();
String getSource();
int getKeepDays();
}