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

com.bazaarvoice.emodb.common.dropwizard.log.RateLimitedLog Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.common.dropwizard.log;

public interface RateLimitedLog {
    /**
     * Logs the specified error message.  If the same message (not counting arguments) has been logged recently, this
     * error may be consolidated into a single error in the logs.
     */
    void error(Throwable e, String message, Object... args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy