TOP

filter.output

Description

Set a filter on the messages to send to the current logger or any already registered recorders in the ANT project. The filter is expressed as a set of regular expressions. When the message to log matches at least one of them, the message will not be logged. Note that any later registered loggers or recorders will not be filtered.
Usage:
   <filter.output>
     <pattern>^.*?Deleting: .*$</pattern>
   </filter.output>
 

Implementation class

net.mdatools.modelant.util.task.SetLogFilterTask

Nested elements

Element Description
pattern The 0..* regular expressions are provided as the text content of nested <pattern> elements Collects the patterns to exclude
Any nested text The nested text is the regular expression to filter the output

Use <typedef resource="net/mdatools/modelant/util/antlib.xml"/>
Documentation generated by ant.doc Ant macro from ModelAnt by MDA Tools