Class LogLimiter


  • public class LogLimiter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogLimiter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLog​(java.lang.String id, long interval_ms)  
      boolean shouldLog​(java.lang.String id)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogLimiter

        public LogLimiter()
    • Method Detail

      • addLog

        public void addLog​(java.lang.String id,
                           long interval_ms)
      • shouldLog

        public boolean shouldLog​(java.lang.String id)