Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

DebugAppender�Constructor�(ILayout)

NOTE: This constructor is now obsolete.

Instead use the default constructor and set the Layout property


Initializes a new instance of the DebugAppender with a specified layout.

[Visual�Basic]
Overloads�Public�Sub�New( _
���ByVal layout�As�ILayout�_
)
[C#]
public�DebugAppender(
���ILayoutlayout
);

Parameters

layout
The layout to use with this appender.

Remarks

Obsolete constructor.

See Also

DebugAppender Class | log4net.Appender Namespace | DebugAppender Constructor Overload List