blob: aaad158ffb484b43b66a6b8bb338fd155597a748 [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>TextWriterAppender Constructor (ILayout, TextWriter)</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">TextWriterAppender�Constructor�(ILayout, TextWriter)</h1>
</div>
</div>
<div id="nstext">
<P>
<FONT color="red">
<B>NOTE: This constructor is now obsolete.</B>
</FONT>
</P>
<P>
<B>Instead use the default constructor and set the Layout &amp; Writer properties</B>
</P>
<HR />
<p> Initializes a new instance of the <a href="log4net.Appender.TextWriterAppender.html">TextWriterAppender</a> class and sets the output destination to the specified <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOStreamWriterClassTopic.htm">StreamWriter</a>. </p>
<div class="syntax">
<span class="lang">[Visual�Basic]</span>
<br />Overloads�Public�Sub�New( _<br />���ByVal <i>layout</i>�As�<a href="log4net.Layout.ILayout.html">ILayout</a>,�_<br />���ByVal <i>writer</i>�As�<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a>�_<br />)</div>
<div class="syntax">
<span class="lang">[C#]</span>
<br />public�TextWriterAppender(<br />���<a href="log4net.Layout.ILayout.html">ILayout</a><i>layout</i>,<br />���<a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a><i>writer</i><br />);</div>
<h4 class="dtH4">Parameters</h4>
<dl>
<dt>
<i>layout</i>
</dt>
<dd>The layout to use with this appender</dd>
<dt>
<i>writer</i>
</dt>
<dd>The <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a> to output to</dd>
</dl>
<h4 class="dtH4">Remarks</h4>
<p> The <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemIOTextWriterClassTopic.htm">TextWriter</a> must have been previously opened.
<p> Obsolete constructor. </p>
</p>
<h4 class="dtH4">See Also</h4>
<p>
<a href="log4net.Appender.TextWriterAppender.html">TextWriterAppender Class</a> | <a href="log4net.Appender.html">log4net.Appender Namespace</a> | <a href="log4net.Appender.TextWriterAppenderConstructor.html">TextWriterAppender Constructor Overload List</a></p>
<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>