Click or drag to resize

InstanceSetDebugLogging Method

Controls the debug logging that is output via the logger callback function by the FMU.

Namespace:  Emulate3D.FMI.V2
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public Status SetDebugLogging(
	bool loggingOn,
	string[]? categories = null
)

Parameters

loggingOn
Type: SystemBoolean
If true, debug logging is enabled for the log categories specified in categories, otherwise it is disabled.
categories (Optional)
Type: SystemString
Log categories, empty or null to include all categories.

Return Value

Type: Status
Status flag.
See Also