Replies: 7 comments
-
|
This is mildly related to #276 and #277 The more I think about it: is there any reasonable use of STORM_PRINT outside of CLI code? |
Beta Was this translation helpful? Give feedback.
-
|
I agree with Tim that we should only use |
Beta Was this translation helpful? Give feedback.
-
|
We can enforce this by moving the macro for STORM_PRINT to cli-utilities? |
Beta Was this translation helpful? Give feedback.
-
|
Good idea. That means moving them from |
Beta Was this translation helpful? Give feedback.
-
|
We have quite some of these guarded by |
Beta Was this translation helpful? Give feedback.
-
|
Maybe either use |
Beta Was this translation helpful? Give feedback.
-
|
My vote is for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As posted by @volkm in #271 (comment)_
we have quite some STORM_PRINTs which do appear when calling python bindings. In most cases, uses STORM_LOG_INFO is preferable.
Beta Was this translation helpful? Give feedback.
All reactions