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

biz.paluch.logging.gelf.intern.ErrorReporter Maven / Gradle / Ivy

There is a newer version: 1.15.1
Show newest version
package biz.paluch.logging.gelf.intern;

/**
 * @author Mark Paluch
 * @since 27.01.14 09:18
 */
public interface ErrorReporter {
    void reportError(String message, Exception e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy