Package net.i2p.util

Class LogLimit


  • class LogLimit
    extends Object
    Defines the log limit for a particular set of logs
    • Constructor Detail

      • LogLimit

        public LogLimit​(String name,
                        int limit)
    • Method Detail

      • getRootName

        public String getRootName()
      • getLimit

        public int getLimit()
      • setLimit

        public void setLimit​(int limit)
      • matches

        public boolean matches​(Log log)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object