Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void WriteLine(ConsoleColoredString, bool, HorizontalTextAlignment)

Declaration

public static void WriteLine(
    ConsoleColoredString value,
    bool stdErr = false,
    HorizontalTextAlignment align = HorizontalTextAlignment.Left
)

Summary

Writes the specified ConsoleColoredString followed by a newline to the console.

Parameters

ConsoleColoredStringvalue The string to print to the console.
boolstdErrtrue to print to Standard Error instead of Standard Output.
HorizontalTextAlignmentalign Horizontal alignment of the string within the remaining space of the current line. If the string does not fit, it will be printed as if left-aligned.