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;

/**
 * Error reporter to report errors while submitting log event.
 *
 * @author Mark Paluch
 * @since 27.01.14 09:18
 */
public interface ErrorReporter {

    /**
     * Report an error caused by a exception.
     *
     * @param message the message
     * @param e the exception
     */
    void reportError(String message, Exception e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy