Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

The OpenStudio logging system is more for logging from within the C++, it isn't for logging in measures, that is what the runner is for. I suppose you could extend Model to have an instance variable @runner so you could set the runner on the model and then use it in all your functions. I'd prefer to just pass the runner in to each function though.