Initializes a new instance of the 
ConsoleAppender class
            with the specified layout.
            
 (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
[ObsoleteAttribute("Instead use the default constructor and set the Layout property")]
public ConsoleAppender(
	ILayout layout
)[ObsoleteAttribute("Instead use the default constructor and set the Layout property")]
public ConsoleAppender(
	ILayout layout
)<ObsoleteAttribute("Instead use the default constructor and set the Layout property")> 
Public Sub New ( 
	layout As ILayout
)<ObsoleteAttribute("Instead use the default constructor and set the Layout property")> 
Public Sub New ( 
	layout As ILayout
)public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout property")]
ConsoleAppender(
	ILayout^ layout
)
public:
[ObsoleteAttribute(L"Instead use the default constructor and set the Layout property")]
ConsoleAppender(
	ILayout^ layout
)
            The instance of the 
ConsoleAppender class is set up to write 
            to the standard output stream.