ConsoleLoggerWriteLine Method (Object, ConsoleColor, NullableConsoleColor) |
Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static void WriteLine(
Object value,
ConsoleColor foreGround,
ConsoleColor? backGround = null
)
Parameters
- value
- Type: SystemObject
The value to write. - foreGround
- Type: SystemConsoleColor
The foreground color. - backGround (Optional)
- Type: SystemNullableConsoleColor
The optional background color.
See Also