﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3985	Implement debug logging features in FMUs	Francesco Casella	Adeel Asghar	"Debugging OMC-generated FMUs is currently very hard, because it is not possible to get additional logging info, e.g. about the nonlinear solver iterations.

The current OMC logging interface should be linked to the FMI logging function. I understand from an e-mail discussion that it is possible to do so without any overhead when logging is turned off, by using the functions:
{{{
fmi2Status 
fmi2SetDebugLogging(fmi2Component c, fmi2Boolean loggingOn,
                    size_t nCategories, const fmi2String categories[]);
}}}"	enhancement	new	high		FMI				
