FlowsheetBaseShowDebugInfo 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
public abstract void ShowDebugInfo(
	string text,
	int level
)

Parameters

text  String
The message text.
level  Int32
The verbosity level (higher values indicate more detail).

Implements

IFlowsheetShowDebugInfo(String, Int32)

See Also