class LogLimit extends Object
| Constructor and Description |
|---|
LogLimit(String name,
int limit)LogLimit. |
| Modifier and Type | Method and Description |
|---|---|
boolean | equals(Object o)Compare by root name. |
int | getLimit()Priority limit applied to matching logs. |
String | getRootName()Root name matched by this limit. |
int | hashCode()Hash code derived from the root name. |
boolean | matches(Log log)Whether the log matches this limit, by name or class hierarchy. |
void | setLimit(int limit)Configure the priority limit. |
public LogLimit(String name, int limit)
public int getLimit()
public String getRootName()
public int hashCode()
public boolean matches(Log log)
public void setLimit(int limit)