Note: This API is now obsolete.
Initializes a new instance of the EventLogAppender class
with the specified ILayout.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
[ObsoleteAttribute("Instead use the default constructor and set the Layout property")] public EventLogAppender( ILayout layout )
Parameters
- layout
- Type: log4net.LayoutILayout
The ILayout to use with this appender.
Remarks
Obsolete constructor.
See Also