log4net SDK Reference

ColoredConsoleAppender.Target Property

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

[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

ColoredConsoleAppender Class | log4net.Appender Namespace