1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
<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.Config</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">log4net SDK Reference</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">log4net.Config Namespace</h1>
</div>
</div>
<div id="nstext">
<p>Configuration types and attributes.</p>
<p>
<a href="log4net.ConfigHierarchy.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.Config.AliasDomainAttribute.html">AliasDomainAttribute</a>
</td>
<td width="50%">
<FONT color="red">
<B>Obsolete. </B>
</FONT> Assembly level attribute that specifies a domain to alias to this assembly's repository. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.AliasRepositoryAttribute.html">AliasRepositoryAttribute</a>
</td>
<td width="50%"> Assembly level attribute that specifies a repository to alias to this assembly's repository. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.BasicConfigurator.html">BasicConfigurator</a>
</td>
<td width="50%"> Use this class to quickly configure a <a href="log4net.Repository.Hierarchy.Hierarchy.html">Hierarchy</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.ConfiguratorAttribute.html">ConfiguratorAttribute</a>
</td>
<td width="50%"> Base class for all log4net configuration attributes. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.DomainAttribute.html">DomainAttribute</a>
</td>
<td width="50%">
<FONT color="red">
<B>Obsolete. </B>
</FONT> Assembly level attribute that specifies the logging domain for the assembly. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.DOMConfigurator.html">DOMConfigurator</a>
</td>
<td width="50%">
<FONT color="red">
<B>Obsolete. </B>
</FONT> Use this class to initialize the log4net environment using an Xml tree. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.DOMConfiguratorAttribute.html">DOMConfiguratorAttribute</a>
</td>
<td width="50%">
<FONT color="red">
<B>Obsolete. </B>
</FONT> Assembly level attribute to configure the <a href="log4net.Config.XmlConfigurator.html">XmlConfigurator</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.Log4NetConfigurationSectionHandler.html">Log4NetConfigurationSectionHandler</a>
</td>
<td width="50%"> Class to register for the log4net section of the configuration file </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.PluginAttribute.html">PluginAttribute</a>
</td>
<td width="50%"> Assembly level attribute that specifies a plugin to attach to the repository. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.RepositoryAttribute.html">RepositoryAttribute</a>
</td>
<td width="50%"> Assembly level attribute that specifies the logging repository for the assembly. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.SecurityContextProviderAttribute.html">SecurityContextProviderAttribute</a>
</td>
<td width="50%"> Assembly level attribute to configure the <a href="log4net.Core.SecurityContextProvider.html">SecurityContextProvider</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.XmlConfigurator.html">XmlConfigurator</a>
</td>
<td width="50%"> Use this class to initialize the log4net environment using an Xml tree. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Config.XmlConfiguratorAttribute.html">XmlConfiguratorAttribute</a>
</td>
<td width="50%"> Assembly level attribute to configure the <a href="log4net.Config.XmlConfigurator.html">XmlConfigurator</a>. </td>
</tr>
</table>
</div>
<hr />
<div id="footer">
<p>
<a href="http://logging.apache.org/log4net">Copyright 2001-2006 The Apache Software Foundation.</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html>
|