Click or drag to resize

ConsoleLoggerSetForegroundColor Method

Sets the foreground color.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void SetForegroundColor(
	ConsoleColor color
)

Parameters

color
Type: SystemConsoleColor
The color.
See Also