blob: dee915f539cf5c3fdfb8600932bf1c9e688b3fa8 [file] [log] [blame]
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>log4net.Filter</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">log4net.Filter Namespace</h1>
</div>
</div>
<div id="nstext">
<p>
<a href="log4net.FilterHierarchy.html">Namespace hierarchy</a>
</p>
<h3 class="dtH3">Classes</h3>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="50%">Class</th>
<th width="50%">Description</th>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.DenyAllFilter.html">DenyAllFilter</a>
</td>
<td width="50%"> This filter drops all <a href="log4net.Core.LoggingEvent.html">LoggingEvent</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.FilterSkeleton.html">FilterSkeleton</a>
</td>
<td width="50%"> Subclass this type to implement customized logging event filtering </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.LevelMatchFilter.html">LevelMatchFilter</a>
</td>
<td width="50%"> This is a very simple filter based on <a href="log4net.Core.Level.html">Level</a> matching. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.LevelRangeFilter.html">LevelRangeFilter</a>
</td>
<td width="50%"> This is a simple filter based on <a href="log4net.Core.Level.html">Level</a> matching. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.LoggerMatchFilter.html">LoggerMatchFilter</a>
</td>
<td width="50%"> Simple filter to match a string in the event's logger name. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.MdcFilter.html">MdcFilter</a>
</td>
<td width="50%"> Simple filter to match a keyed string in the <a href="log4net.MDC.html">MDC</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.NdcFilter.html">NdcFilter</a>
</td>
<td width="50%"> Simple filter to match a string in the <a href="log4net.NDC.html">NDC</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.PropertyFilter.html">PropertyFilter</a>
</td>
<td width="50%"> Simple filter to match a string an event property </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.StringMatchFilter.html">StringMatchFilter</a>
</td>
<td width="50%"> Simple filter to match a string in the rendered message </td>
</tr>
</table>
</div>
<h3 class="dtH3">Interfaces</h3>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="50%">Interface</th>
<th width="50%">Description</th>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.IFilter.html">IFilter</a>
</td>
<td width="50%"> Implement this interface to provide customized logging event filtering </td>
</tr>
</table>
</div>
<h3 class="dtH3">Enumerations</h3>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="50%">Enumeration</th>
<th width="50%">Description</th>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Filter.FilterDecision.html">FilterDecision</a>
</td>
<td width="50%"> The return result from <a href="log4net.Filter.IFilter.Decide.html">Decide</a>
</td>
</tr>
</table>
</div>
<hr />
<div id="footer"><a href='http://logging.apache.org/log4net/'>Copyright 2004-2011 The Apache Software Foundation.</a><br></br>Apache log4net, Apache and log4net are trademarks of The Apache Software Foundation.</div>
</div>
</body>
</html>