This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
from a208c539 Merge pull request #316 from apache/Feature/316-content-loss
add da4b4af5 stop the ANSI terminal appender dropping empty messages #316
add 8b44780a stop the aspnet-request converter dropping events with
rejected content #316
add 892cded8 credit the fixer in every changelog entry
add 4c1120c8 cite the audit findings behind the Ext.Mail and syslog work
#314
add 4286db74 decide filter matches deterministically #317
new 9c93a344 Merge pull request #317 from apache/Feature/317-filters
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../3.5.0/317-filter-ordinal-substring.xml | 12 ++
.../3.5.0/317-filter-timeout-decision.xml | 13 ++
src/changelog/3.5.0/317-filter-timeout-default.xml | 12 ++
src/log4net.Tests/Filter/PropertyFilterTest.cs | 119 +++++++++++++++++
src/log4net.Tests/Filter/StringMatchFilterTest.cs | 70 +++++++++-
src/log4net/Filter/PropertyFilter.cs | 39 +-----
src/log4net/Filter/StringMatchFilter.cs | 146 ++++++++++++---------
.../ROOT/pages/manual/configuration/filters.adoc | 34 ++++-
8 files changed, 340 insertions(+), 105 deletions(-)
create mode 100644 src/changelog/3.5.0/317-filter-ordinal-substring.xml
create mode 100644 src/changelog/3.5.0/317-filter-timeout-decision.xml
create mode 100644 src/changelog/3.5.0/317-filter-timeout-default.xml
create mode 100644 src/log4net.Tests/Filter/PropertyFilterTest.cs