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:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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