WriteErrorLine(string)

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Writes a string to the standard error stream, terminating it with Environment.NewLine .

Syntax

public void WriteErrorLine(
	string data
)

See also

  • WriteError(string)

  • Back to index