log4net SDK Reference

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(
   ILayout layout
);

Parameters

layout
The layout to use with this appender.

Remarks

Obsolete constructor.

See Also

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