CalculatorSetDebugLevel Method

Sets the debug level, which controls the amount of information which is written to the screen.

Definition

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[DispIdAttribute(50)]
public void SetDebugLevel(
	int level
)

Parameters

level  Int32
Debug level: 0 = none, 1 = low, 2 = medium, 3 = high

Implements

Calculator_CalculatorSetDebugLevel(Int32)

See Also