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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272
|
<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.Core</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.Core Namespace</h1>
</div>
</div>
<div id="nstext">
<p>Core framework types.</p>
<p>
<a href="log4net.CoreHierarchy.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.Core.CompactRepositorySelector.html">CompactRepositorySelector</a>
</td>
<td width="50%"> The implementation of the <a href="log4net.Core.IRepositorySelector.html">IRepositorySelector</a> interface suitable for use with the compact framework </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.DefaultRepositorySelector.html">DefaultRepositorySelector</a>
</td>
<td width="50%"> The default implementation of the <a href="log4net.Core.IRepositorySelector.html">IRepositorySelector</a> interface. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.Level.html">Level</a>
</td>
<td width="50%"> Defines the default set of levels recognized by the system. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LevelCollection.html">LevelCollection</a>
</td>
<td width="50%"> A strongly-typed collection of <a href="log4net.Core.Level.html">Level</a> objects. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LevelEvaluator.html">LevelEvaluator</a>
</td>
<td width="50%"> An evaluator that triggers at a threshold level </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LevelMap.html">LevelMap</a>
</td>
<td width="50%"> Mapping between string name and Level object </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LocationInfo.html">LocationInfo</a>
</td>
<td width="50%"> The internal representation of caller location information. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LogException.html">LogException</a>
</td>
<td width="50%"> Exception base type for log4net. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LoggerManager.html">LoggerManager</a>
</td>
<td width="50%"> Static manager that controls the creation of repositories </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LoggerRepositoryCreationEventArgs.html">LoggerRepositoryCreationEventArgs</a>
</td>
<td width="50%"> Provides data for the <a href="log4net.Core.IRepositorySelector.LoggerRepositoryCreatedEvent.html">LoggerRepositoryCreatedEvent</a> event. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LoggerWrapperImpl.html">LoggerWrapperImpl</a>
</td>
<td width="50%"> Implementation of the <a href="log4net.Core.ILoggerWrapper.html">ILoggerWrapper</a> interface. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LoggingEvent.html">LoggingEvent</a>
</td>
<td width="50%"> The internal representation of logging events. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LogImpl.html">LogImpl</a>
</td>
<td width="50%"> Implementation of <a href="log4net.ILog.html">ILog</a> wrapper interface. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.SecurityContext.html">SecurityContext</a>
</td>
<td width="50%"> A SecurityContext used by log4net when interacting with protected resources </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.SecurityContextProvider.html">SecurityContextProvider</a>
</td>
<td width="50%"> The <b>SecurityContextProvider</b> providers default <a href="log4net.Core.SecurityContext.html">SecurityContext</a> instances. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.WrapperMap.html">WrapperMap</a>
</td>
<td width="50%"> Maps between logger objects and wrapper objects. </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.Core.IAppenderAttachable.html">IAppenderAttachable</a>
</td>
<td width="50%"> Interface for attaching appenders to objects. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.IErrorHandler.html">IErrorHandler</a>
</td>
<td width="50%"> Appenders may delegate their error handling to an <b>IErrorHandler</b>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.IFixingRequired.html">IFixingRequired</a>
</td>
<td width="50%"> Interface for objects that require fixing. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.ILogger.html">ILogger</a>
</td>
<td width="50%"> Interface that all loggers implement </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.ILoggerWrapper.html">ILoggerWrapper</a>
</td>
<td width="50%"> Base interface for all wrappers </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.IOptionHandler.html">IOptionHandler</a>
</td>
<td width="50%"> Interface used to delay activate a configured object. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.IRepositorySelector.html">IRepositorySelector</a>
</td>
<td width="50%"> Interface used by the <a href="log4net.LogManager.html">LogManager</a> to select the <a href="log4net.Repository.ILoggerRepository.html">ILoggerRepository</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.ITriggeringEventEvaluator.html">ITriggeringEventEvaluator</a>
</td>
<td width="50%"> Test if an <a href="log4net.Core.LoggingEvent.html">LoggingEvent</a> triggers an action </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LevelCollection.ILevelCollectionEnumerator.html">LevelCollection.ILevelCollectionEnumerator</a>
</td>
<td width="50%"> Supports type-safe iteration over a <a href="log4net.Core.LevelCollection.html">LevelCollection</a>. </td>
</tr>
</table>
</div>
<h3 class="dtH3">Structures</h3>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="50%">Structure</th>
<th width="50%">Description</th>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LoggingEventData.html">LoggingEventData</a>
</td>
<td width="50%"> Portable data structure used by <a href="log4net.Core.LoggingEvent.html">LoggingEvent</a>
</td>
</tr>
</table>
</div>
<h3 class="dtH3">Delegates</h3>
<div class="tablediv">
<table class="dtTABLE" cellspacing="0">
<tr valign="top">
<th width="50%">Delegate</th>
<th width="50%">Description</th>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LoggerRepositoryCreationEventHandler.html">LoggerRepositoryCreationEventHandler</a>
</td>
<td width="50%"> Delegate used to handle logger repository creation event notifications </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.WrapperCreationHandler.html">WrapperCreationHandler</a>
</td>
<td width="50%"> Delegate used to handle creation of new wrappers. </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.Core.ErrorCode.html">ErrorCode</a>
</td>
<td width="50%"> Defined error codes that can be passed to the <a href="log4net.Core.IErrorHandler.Error_overload_3.html">Error</a> method. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.FixFlags.html">FixFlags</a>
</td>
<td width="50%"> Flags passed to the <a href="log4net.Core.LoggingEvent.Fix.html">Fix</a> property </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Core.LevelCollection.Tag.html">LevelCollection.Tag</a>
</td>
<td width="50%"> Type visible only to our subclasses Used to access protected constructor </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>
|