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

org.noear.water.protocol.model.log.LoggerMeta Maven / Gradle / Ivy

There is a newer version: 2.14.2
Show newest version
package org.noear.water.protocol.model.log;


public interface LoggerMeta {
    String getTag();

    String getLogger();

    String getSource();

    int getKeepDays();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy