SimulationWriteLine Method |
Writes the specified string followed by a newline to the output using the specified
output-level and optionally the specified color.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void WriteLine(
OutputLevel level,
string s,
ConsoleColor c = ConsoleColor.DarkRed
)
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 (Optional)
- Type: SystemConsoleColor
The color to use.
See Also