- matches(LoggingEvent, LoggingEvent) - Method in class org.xenei.log4j.recording.selector.MessageContainsIgnoreCaseSelector
-
Returns true if the first event contains the rendered message from the second event
without respect to case.
- matches(LoggingEvent, LoggingEvent) - Method in class org.xenei.log4j.recording.selector.MessageContainsSelector
-
Returns true if the first event contains the rendered message from the second event.
- matches(LoggingEvent, LoggingEvent) - Method in class org.xenei.log4j.recording.selector.MessageSelector
-
Returns true if the first event equals the rendered message from the second event.
- matches(LoggingEvent, LoggingEvent) - Method in class org.xenei.log4j.recording.selector.MessageSelectorIgnoreCase
-
Returns true if the first event equals the rendered message from the second event
without respect to case.
- matches(LoggingEvent, LoggingEvent) - Method in interface org.xenei.log4j.recording.selector.Selector
-
Return true if the events match.
- MessageContainsIgnoreCaseSelector - Class in org.xenei.log4j.recording.selector
-
matches if rendered messages are compared without respect to case.
- MessageContainsIgnoreCaseSelector() - Constructor for class org.xenei.log4j.recording.selector.MessageContainsIgnoreCaseSelector
-
- MessageContainsSelector - Class in org.xenei.log4j.recording.selector
-
matches if rendered messages are compared with respect to case.
- MessageContainsSelector() - Constructor for class org.xenei.log4j.recording.selector.MessageContainsSelector
-
- MessageSelector - Class in org.xenei.log4j.recording.selector
-
matches if rendered messages are compared with respect to case.
- MessageSelector() - Constructor for class org.xenei.log4j.recording.selector.MessageSelector
-
- MessageSelectorIgnoreCase - Class in org.xenei.log4j.recording.selector
-
matches if rendered messages are compared with respect to case.
- MessageSelectorIgnoreCase() - Constructor for class org.xenei.log4j.recording.selector.MessageSelectorIgnoreCase
-