log4net SDK Reference

ConsoleAppender Constructor

Initializes a new instance of the ConsoleAppender class.

Overload List

Initializes a new instance of the ConsoleAppender class.

public ConsoleAppender();

Obsolete. Initializes a new instance of the ConsoleAppender class with the specified layout.

public ConsoleAppender(ILayout);

Obsolete. Initializes a new instance of the ConsoleAppender class with the specified layout.

public ConsoleAppender(ILayout,bool);

See Also

ConsoleAppender Class | log4net.Appender Namespace