ConsolePlus Class |
Namespace: NetQuarry
The ConsolePlus type exposes the following members.
| Name | Description | |
|---|---|---|
| WriteError(String) |
Write an error message, with newline, to the system Console with the standard error color (Currently ConsoleColor.Yellow).
| |
| WriteError(String, Object) |
Write a formatted error message, with newline, to the system Console with the standard error color (Currently ConsoleColor.Yellow).
Note: Internally, Console.WriteLine(format, args) is called.
| |
| WriteMessage |
Write a formatted message, with newline, to the system Console with the specified text color.
Note: Internally, Console.WriteLine(format, args) is called.
|