blob: 7804b2d1f052c3ed56e48826c437d3d292c007e5 [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>LoggingEvent.FixVolatileData Method (Boolean)</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">LoggingEvent.FixVolatileData�Method�(Boolean)</h1>
</div>
</div>
<div id="nstext">
<P>
<FONT color="red">
<B>NOTE: This method is now obsolete.</B>
</FONT>
</P>
<P>
<B>Use Fix property</B>
</P>
<HR />
<p> Fixes instance fields that hold volatile data. </p>
<div class="syntax">
<span class="lang">[Visual�Basic]</span>
<br />Overloads�Public�Sub�FixVolatileData( _<br />���ByVal <i>fastButLoose</i>�As�<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">Boolean</a>�_<br />)</div>
<div class="syntax">
<span class="lang">[C#]</span>
<br />public�<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a>�FixVolatileData(<br />���<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemBooleanClassTopic.htm">bool</a><i>fastButLoose</i><br />);</div>
<h4 class="dtH4">Parameters</h4>
<dl>
<dt>
<i>fastButLoose</i>
</dt>
<dd>Set to <code>true</code> to not fix data that takes a long time to fix.</dd>
</dl>
<h4 class="dtH4">Remarks</h4>
<p> Some of the values in instances of <a href="log4net.Core.LoggingEvent.html">LoggingEvent</a> are considered volatile, that is the values are correct at the time the event is delivered to appenders, but will not be consistent at any time afterwards. If an event is to be stored and then processed at a later time these volatile values must be fixed by calling <a href="log4net.Core.LoggingEvent.FixVolatileData_overload_1.html">FixVolatileData</a>. There is a performance penalty for incurred by calling <b>FixVolatileData</b> but it is essential to maintaining data consistency. </p>
<p> The <i>fastButLoose</i> param controls the data that is fixed. Some of the data that can be fixed takes a long time to generate, therefore if you do not require those settings to be fixed they can be ignored by setting the <i>fastButLoose</i> param to <code>true</code>. This setting will ignore the <a href="log4net.Core.LoggingEvent.LocationInformation.html">LocationInformation</a> and <a href="log4net.Core.LoggingEvent.UserName.html">UserName</a> settings. </p>
<p> Set <i>fastButLoose</i> to <code>false</code> to ensure that all settings are fixed. </p>
<h4 class="dtH4">See Also</h4><p><a href="log4net.Core.LoggingEvent.html">LoggingEvent Class</a> | <a href="log4net.Core.html">log4net.Core Namespace</a> | <a href="log4net.Core.LoggingEvent.FixVolatileData_overloads.html">LoggingEvent.FixVolatileData Overload List</a></p><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"><param name="Keyword" value="FixVolatileData method"></param><param name="Keyword" value="FixVolatileData method, LoggingEvent class"></param><param name="Keyword" value="LoggingEvent.FixVolatileData method"></param></object><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>