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 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295
|
<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.Util</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.Util Namespace</h1>
</div>
</div>
<div id="nstext">
<p>Utility types.</p>
<p>
<a href="log4net.UtilHierarchy.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.Util.AppenderAttachedImpl.html">AppenderAttachedImpl</a>
</td>
<td width="50%"> A straightforward implementation of the <a href="log4net.Core.IAppenderAttachable.html">IAppenderAttachable</a> interface. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.CompositeProperties.html">CompositeProperties</a>
</td>
<td width="50%"> This class aggregates several PropertiesDictionary collections together. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.ContextPropertiesBase.html">ContextPropertiesBase</a>
</td>
<td width="50%"> Base class for Context Properties implementations </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.CountingQuietTextWriter.html">CountingQuietTextWriter</a>
</td>
<td width="50%"> Subclass of <a href="log4net.Util.QuietTextWriter.html">QuietTextWriter</a> that maintains a count of the number of bytes written. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.CyclicBuffer.html">CyclicBuffer</a>
</td>
<td width="50%"> A fixed size rolling buffer of logging events. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.EmptyCollection.html">EmptyCollection</a>
</td>
<td width="50%"> An always empty <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemCollectionsICollectionClassTopic.asp">ICollection</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.EmptyDictionary.html">EmptyDictionary</a>
</td>
<td width="50%"> An always empty <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemCollectionsIDictionaryClassTopic.asp">IDictionary</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.FormattingInfo.html">FormattingInfo</a>
</td>
<td width="50%"> Contain the information obtained when parsing formatting modifiers in conversion modifiers. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.GlobalContextProperties.html">GlobalContextProperties</a>
</td>
<td width="50%"> Implementation of Properties collection for the <a href="log4net.GlobalContext.html">GlobalContext</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.LevelMapping.html">LevelMapping</a>
</td>
<td width="50%"> Manages a mapping from levels to <a href="log4net.Util.LevelMappingEntry.html">LevelMappingEntry</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.LevelMappingEntry.html">LevelMappingEntry</a>
</td>
<td width="50%"> An entry in the <a href="log4net.Util.LevelMapping.html">LevelMapping</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.LogicalThreadContextProperties.html">LogicalThreadContextProperties</a>
</td>
<td width="50%"> Implementation of Properties collection for the <a href="log4net.LogicalThreadContext.html">LogicalThreadContext</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.LogLog.html">LogLog</a>
</td>
<td width="50%"> Outputs log statements from within the log4net assembly. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.NativeError.html">NativeError</a>
</td>
<td width="50%"> Represents a native error code and message. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.NullDictionaryEnumerator.html">NullDictionaryEnumerator</a>
</td>
<td width="50%"> An always empty <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemCollectionsIDictionaryEnumeratorClassTopic.asp">IDictionaryEnumerator</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.NullEnumerator.html">NullEnumerator</a>
</td>
<td width="50%"> An always empty <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemCollectionsIEnumeratorClassTopic.asp">IEnumerator</a>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.NullSecurityContext.html">NullSecurityContext</a>
</td>
<td width="50%"> A SecurityContext used when a SecurityContext is not required </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.OnlyOnceErrorHandler.html">OnlyOnceErrorHandler</a>
</td>
<td width="50%"> Implements log4net's default error handling policy which consists of emitting a message for the first error in an appender and ignoring all subsequent errors. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.OptionConverter.html">OptionConverter</a>
</td>
<td width="50%"> A convenience class to convert property values to specific types. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.PatternConverter.html">PatternConverter</a>
</td>
<td width="50%"> Abstract class that provides the formatting functionality that derived classes need. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.PatternParser.html">PatternParser</a>
</td>
<td width="50%"> Most of the work of the <a href="log4net.Layout.PatternLayout.html">PatternLayout</a> class is delegated to the PatternParser class. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.PatternString.html">PatternString</a>
</td>
<td width="50%"> This class implements a patterned string. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.PatternString.ConverterInfo.html">PatternString.ConverterInfo</a>
</td>
<td width="50%"> Wrapper class used to map converter names to converter types </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.PropertiesDictionary.html">PropertiesDictionary</a>
</td>
<td width="50%"> String keyed object map. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.ProtectCloseTextWriter.html">ProtectCloseTextWriter</a>
</td>
<td width="50%"> A <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOTextWriterClassTopic.asp">TextWriter</a> that ignores the <a href="log4net.Util.ProtectCloseTextWriter.Close.html">Close</a> message </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.QuietTextWriter.html">QuietTextWriter</a>
</td>
<td width="50%">
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOTextWriterClassTopic.asp">TextWriter</a> that does not leak exceptions </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.ReaderWriterLock.html">ReaderWriterLock</a>
</td>
<td width="50%"> Defines a lock that supports single writers and multiple readers </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.ReadOnlyPropertiesDictionary.html">ReadOnlyPropertiesDictionary</a>
</td>
<td width="50%"> String keyed object map that is read only. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.ReusableStringWriter.html">ReusableStringWriter</a>
</td>
<td width="50%"> A <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOStringWriterClassTopic.asp">StringWriter</a> that can be <a href="log4net.Util.ReusableStringWriter.Reset.html">Reset</a> and reused </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.SystemInfo.html">SystemInfo</a>
</td>
<td width="50%"> Utility class for system specific information. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.SystemStringFormat.html">SystemStringFormat</a>
</td>
<td width="50%"> Utility class that represents a format string. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.TextWriterAdapter.html">TextWriterAdapter</a>
</td>
<td width="50%"> Adapter that extends <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOTextWriterClassTopic.asp">TextWriter</a> and forwards all messages to an instance of <b>TextWriter</b>. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.ThreadContextProperties.html">ThreadContextProperties</a>
</td>
<td width="50%"> Implementation of Properties collection for the <a href="log4net.ThreadContext.html">ThreadContext</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.ThreadContextStack.html">ThreadContextStack</a>
</td>
<td width="50%"> Implementation of Stack for the <a href="log4net.ThreadContext.html">ThreadContext</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.ThreadContextStacks.html">ThreadContextStacks</a>
</td>
<td width="50%"> Implementation of Stacks collection for the <a href="log4net.ThreadContext.html">ThreadContext</a>
</td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.Transform.html">Transform</a>
</td>
<td width="50%"> Utility class for transforming strings. </td>
</tr>
<tr valign="top">
<td width="50%">
<a href="log4net.Util.WindowsSecurityContext.html">WindowsSecurityContext</a>
</td>
<td width="50%"> Impersonate a Windows Account </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.Util.WindowsSecurityContext.ImpersonationMode.html">WindowsSecurityContext.ImpersonationMode</a>
</td>
<td width="50%"> The impersonation modes for the <a href="log4net.Util.WindowsSecurityContext.html">WindowsSecurityContext</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>
|