Flowsheet BaseShow Debug Info Method
Writes a debug message at the specified verbosity level to the diagnostic output. Must be implemented by the concrete host.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public abstract void ShowDebugInfo(
string text,
int level
)VB
Public MustOverride Sub ShowDebugInfo (
text As String,
level As Integer
)