ConsoleAppenderTarget Property Apache log4net™ SDK Documentation
Target is the value of the console output stream. This is either "Console.Out" or "Console.Error".

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual string Target { get; set; }

Property Value

Type: String
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

Reference