Forum Discussion
jsc
14 years agoRegular Contributor
Hi all,
I already thought through different possibilities of workarounds for the problem, most of them are similar to your idea (@Julia).
Right now I am not quite sure which one will be the best, because all of them require some work on every checkpoint and are not easy in maintanance.
Enabling and disabling logging before / after each checkpoint is nothing I am keen to do. :-)
Rather I'd like to use some sort of event handler that checks a variable which is set before a 'customized' checkpoint and cleard by the event handler.
Something like:
if variable = -1 then "new bug" else "known bug, issue id = " + variable
Joachim
I already thought through different possibilities of workarounds for the problem, most of them are similar to your idea (@Julia).
Right now I am not quite sure which one will be the best, because all of them require some work on every checkpoint and are not easy in maintanance.
Enabling and disabling logging before / after each checkpoint is nothing I am keen to do. :-)
Rather I'd like to use some sort of event handler that checks a variable which is set before a 'customized' checkpoint and cleard by the event handler.
Something like:
if variable = -1 then "new bug" else "known bug, issue id = " + variable
Joachim