Form FlowsheetShow Debug Info 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
IFlowsheetGUIShowDebugInfo(String, Int32)
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void ShowDebugInfo(
string text,
int level
)VB
Public Sub ShowDebugInfo (
text As String,
level As Integer
)Parameters
Implements
IFlowsheetShowDebugInfo(String, Int32)IFlowsheetGUIShowDebugInfo(String, Int32)