InstanceSetDebugLogging Method |
Controls the debug logging that is output via the logger callback function by the instance.
Namespace: Emulate3D.FMI.V3Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntaxpublic 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
StatusStatus flag.
See Also