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

com.updateimpact.report.SubmitLogger Maven / Gradle / Ivy

package com.updateimpact.report;

public interface SubmitLogger {
    void info(String message);
    void error(String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy