ConsoleAppender Constructor (ILayout)Apache log4net™ SDK Documentation
Initializes a new instance of the ConsoleAppender class with the specified layout.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

[ObsoleteAttribute("Instead use the default constructor and set the Layout property")]
public ConsoleAppender(
	ILayout layout
)
Remarks

The instance of the ConsoleAppender class is set up to write to the standard output stream.
See Also