Package net.i2p.util
Class LogLimit
- java.lang.Object
-
- net.i2p.util.LogLimit
-
class LogLimit extends Object
Defines the log limit for a particular set of logs
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
getLimit()
String
getRootName()
int
hashCode()
boolean
matches(Log log)
void
setLimit(int limit)
-