Click or drag to resize

InstanceSetDebugLogging Method

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

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

Parameters

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

Return Value

Status
Status flag.
See Also