Click or drag to resize
SimulationWrite Method
Writes the specified string to the output using the specified output-level and optionally the specified color.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Write(
	OutputLevel level,
	string s,
	ConsoleColor c
)

Parameters

level
Type: Network.Sim.CoreOutputLevel
The output-level to output the string with.
s
Type: SystemString
The string to output to the console.
c
Type: SystemConsoleColor
The color to use.
See Also