Click or drag to resize

LineWrappingTextWriterForConsoleError Method

Gets a LineWrappingTextWriter that writes to the standard error stream.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public static LineWrappingTextWriter ForConsoleError()

Return Value

Type: LineWrappingTextWriter
A LineWrappingTextWriter that writes to the standard error stream.
See Also