FormFlowsheetShowDebugInfo Method

Writes debug text at the specified verbosity level to the application console output.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void ShowDebugInfo(
	string text,
	int level
)

Parameters

text  String
The debug text to write.
level  Int32
Verbosity level; higher values indicate more detail.

Implements

IFlowsheetShowDebugInfo(String, Int32)
IFlowsheetGUIShowDebugInfo(String, Int32)

See Also