Click or drag to resize
Akka.NETStandardOutWriterWrite Method
Writes the specified String value to the standard output stream. Optionally you may specify which colors should be used.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static void Write(
	string message,
	Nullable<ConsoleColor> foregroundColor = null,
	Nullable<ConsoleColor> backgroundColor = null
)

Parameters

message
Type: SystemString
The String value to write
foregroundColor (Optional)
Type: SystemNullableConsoleColor
Optional: The foreground color
backgroundColor (Optional)
Type: SystemNullableConsoleColor
Optional: The background color
See Also