com.updateimpact.report.SubmitLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of updateimpact-plugin-common Show documentation
Show all versions of updateimpact-plugin-common Show documentation
Common code for java-based plugins submitting dependencies to updateimpact.com
package com.updateimpact.report;
public interface SubmitLogger {
void info(String message);
void error(String message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy