Package org.apache.zookeeper.server
Class RateLogger
- java.lang.Object
-
- org.apache.zookeeper.server.RateLogger
-
public class RateLogger extends Object
This logs the message once in the beginning and once every LOG_INTERVAL.
-
-
Constructor Summary
Constructors Constructor Description RateLogger(org.slf4j.Logger log)
RateLogger(org.slf4j.Logger log, long interval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flush()
void
rateLimitLog(String newMsg)
void
rateLimitLog(String newMsg, String newValue)
In addition to the message, it also takes a value.
-