Click or drag to resize

CalculatorSetDebugLevel Method

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

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(50)]
public void SetDebugLevel(
	int level
)
Request Example View Source

Parameters

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

Implements

Calculator_CalculatorSetDebugLevel(Int32)
See Also