|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.log4j.rule.AbstractRule
org.apache.log4j.rule.ColorRule
public class ColorRule
A Rule class which also holds a color.
| Constructor Summary | |
|---|---|
ColorRule(java.lang.String expression,
Rule rule,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Create new instance. |
|
| Method Summary | |
|---|---|
boolean |
evaluate(org.apache.log4j.spi.LoggingEvent event)
Returns true if this implementation of the rule accepts the LoggingEvent, or false if not. |
java.awt.Color |
getBackgroundColor()
Get background color. |
java.lang.String |
getExpression()
Get expression. |
java.awt.Color |
getForegroundColor()
Get foreground color. |
Rule |
getRule()
Get rule. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.log4j.rule.AbstractRule |
|---|
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColorRule(java.lang.String expression,
Rule rule,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
expression - expression.rule - rule.backgroundColor - background color.foregroundColor - foreground color.| Method Detail |
|---|
public Rule getRule()
public java.awt.Color getForegroundColor()
public java.awt.Color getBackgroundColor()
public java.lang.String getExpression()
public boolean evaluate(org.apache.log4j.spi.LoggingEvent event)
What True/False means can be client-specific.
evaluate in interface Ruleevent - LoggingEvent this instance will evaluate
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||