log4net SDK Reference

AnsiColorTerminalAppender.Target Property

[This is preliminary documentation and subject to change.]

Target is the value of the console output stream.

[Visual Basic]
Overridable Public Property Target As String
[C#]
public virtual string Target {get; set;}

Property Value

Target is the value of the console output stream. This is either "Console.Out" or "Console.Error".

Remarks

Target is the value of the console output stream. This is either "Console.Out" or "Console.Error".

See Also

AnsiColorTerminalAppender Class | log4net.Appender Namespace