|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.log4j.spi.Filter
jetbrains.buildServer.log.CategoryFilter
public class CategoryFilter
| Field Summary |
|---|
| Fields inherited from class org.apache.log4j.spi.Filter |
|---|
ACCEPT, DENY, NEUTRAL, next |
| Constructor Summary | |
|---|---|
CategoryFilter()
|
|
| Method Summary | |
|---|---|
int |
decide(org.apache.log4j.spi.LoggingEvent loggingEvent)
If the decision is DENY, then the event will be
dropped. |
void |
setDenyCategory(java.lang.String denyCategory)
|
void |
setMaxDenyLevel(org.apache.log4j.Level level)
|
| Methods inherited from class org.apache.log4j.spi.Filter |
|---|
activateOptions, getNext, setNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategoryFilter()
| Method Detail |
|---|
public int decide(org.apache.log4j.spi.LoggingEvent loggingEvent)
org.apache.log4j.spi.FilterIf the decision is DENY, then the event will be
dropped. If the decision is NEUTRAL, then the next
filter, if any, will be invoked. If the decision is ACCEPT then
the event will be logged without consulting with other filters in
the chain.
decide in class org.apache.log4j.spi.FilterloggingEvent - The LoggingEvent to decide upon.
public void setDenyCategory(java.lang.String denyCategory)
public void setMaxDenyLevel(org.apache.log4j.Level level)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||