ManagedColoredConsoleAppender Target 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: 1.2.15.0 (1.2.15.0)
Syntax

public virtual string Target { get; set; }

Property Value

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