log4net SDK Reference

AnsiColorTerminalAppender.Target Property

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