Class LoggingEventWrapper
java.lang.Object
org.apache.log4j.chainsaw.LoggingEventWrapper
Wrap access to a LoggingEvent. All property updates need to go through this object and not through the wrapped logging event,
since the properties are shared by two views of the same backing LoggingEvent, and loggingEvent itself creates a copy of passed-in properties..
Property reads can be made on the actual LoggingEvent.
-
Constructor Summary
ConstructorsConstructorDescriptionLoggingEventWrapper(LoggingEventWrapper loggingEventWrapper) LoggingEventWrapper(org.apache.log4j.spi.LoggingEvent loggingEvent) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidevaluateSearchRule(org.apache.log4j.rule.Rule searchRule) org.apache.log4j.spi.LoggingEventintintinthashCode()booleanbooleanremoveProperty(String propName) voidsetDisplayed(boolean b) voidsetMarkerHeight(int markerHeight) voidsetMsgHeight(int msgHeight) voidsetPreviousDisplayedEventTimestamp(long previousDisplayedEventTimeStamp) voidsetProperty(String propName, String propValue) toString()voidupdateColorRuleColors(Color backgroundColor, Color foregroundColor)
-
Constructor Details
-
LoggingEventWrapper
public LoggingEventWrapper(org.apache.log4j.spi.LoggingEvent loggingEvent) -
LoggingEventWrapper
-
-
Method Details
-
getLoggingEvent
public org.apache.log4j.spi.LoggingEvent getLoggingEvent() -
setProperty
-
removeProperty
-
getPropertyKeySet
-
updateColorRuleColors
-
evaluateSearchRule
public void evaluateSearchRule(org.apache.log4j.rule.Rule searchRule) -
getSearchMatches
-
getForeground
-
getBackground
-
getColorRuleBackground
-
getColorRuleForeground
-
isSearchMatch
public boolean isSearchMatch() -
setMarkerHeight
public void setMarkerHeight(int markerHeight) -
getMarkerHeight
public int getMarkerHeight() -
setMsgHeight
public void setMsgHeight(int msgHeight) -
getMsgHeight
public int getMsgHeight() -
setDisplayed
public void setDisplayed(boolean b) -
setPreviousDisplayedEventTimestamp
public void setPreviousDisplayedEventTimestamp(long previousDisplayedEventTimeStamp) -
isDisplayed
public boolean isDisplayed() -
equals
-
hashCode
-
toString
-