blob: fb9a65edfff55257211c3249bb6193310729a983 [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>Write Method</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">CountingQuietTextWriter.Write�Method</h1>
</div>
</div>
<div id="nstext">
<p> Writes a character to the underlying writer and counts the number of bytes written. </p>
<h4 class="dtH4">Overload List</h4>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(bool);</a>
</blockquote>
<p> Writes a character to the underlying writer and counts the number of bytes written. </p>
<blockquote class="dtBlock">
<a href="log4net.Util.CountingQuietTextWriter.Write_overload_1.html">public�override�void�Write(char);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(char[]);</a>
</blockquote>
<p> Writes a buffer to the underlying writer and counts the number of bytes written. </p>
<blockquote class="dtBlock">
<a href="log4net.Util.CountingQuietTextWriter.Write_overload_2.html">public�override�void�Write(char[],int,int);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(decimal);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(double);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(int);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(long);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(object);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(float);</a>
</blockquote>
<p> Writes a string to the output and counts the number of bytes written. </p>
<blockquote class="dtBlock">
<a href="log4net.Util.CountingQuietTextWriter.Write_overload_3.html">public�override�void�Write(string);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(string,object);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(string,object,object);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(string,object,object,object);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(string,params�object[]);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(uint);</a>
</blockquote>
<p>Inherited from <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>.</p>
<blockquote class="dtBlock">
<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassWriteTopic.htm">public�virtual�void�Write(ulong);</a>
</blockquote>
<h4 class="dtH4">See Also</h4>
<p>
<a href="log4net.Util.CountingQuietTextWriter.html">CountingQuietTextWriter Class</a> | <a href="log4net.Util.html">log4net.Util Namespace</a></p>
<hr />
<div id="footer"><a href='http://logging.apache.org/log4net/'>Copyright 2004-2013 The Apache Software Foundation.</a><br></br>Apache log4net, Apache and log4net are trademarks of The Apache Software Foundation.</div>
</div>
</body>
</html>