log4net SDK Reference

ConsoleAppender.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

ConsoleAppender Class | log4net.Appender Namespace