ConsoleLoggerWrite Method |
Writes the text representation of the specified object.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static void Write(
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