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
ConsoleColoredString | value |
The string to print to the console. |
bool | stdErr | true to print to Standard Error instead of Standard Output. |
HorizontalTextAlignment | align |
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. |