First time here? Check out the Help page!
1 | initial version |
If you want additional messages to be printed to the console window of the OS application's run tab, you'll need to add those statements to your own measures. Another option would be to write a report measure that locates all these log files and writes their contents to the console window. Unfortunately there is no global loglevel-type option in the app.
2 | No.2 Revision |
If you want additional messages to be printed to the console window of the OS application's run tab, you'll need to add those statements to your own measures. Another option would be to write a report measure that locates all these log files and writes their contents to the console window. Unfortunately there is no global loglevel-type option in the app.
There is an example of snagging stdout
in an OpenStudio measure here; using capture3
instead of capture2
in that example will give you the stderr
as well.