com.bazaarvoice.emodb.common.dropwizard.log.RateLimitedLog Maven / Gradle / Ivy
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