Defines the log limit for a particular set of logs
- 
Constructor Summary
Constructors
 
- 
Method Summary
boolean
 
int
 
 
int
 
boolean
 
void
 
 
 
 
 
- 
Constructor Details
- 
LogLimit
public LogLimit(String name,
 int limit) 
 
 
- 
Method Details
- 
 
- 
getLimit
public int getLimit()
 
- 
setLimit
public void setLimit(int limit)
 
- 
matches
public boolean matches(Log log) 
 
- 
 
-