[ http://issues.apache.org/jira/browse/SCXML-31?page=all ]
Rahul Akolkar resolved SCXML-31.
--------------------------------
Resolution: Fixed
The patch is hard to use (since it has diffs of class files etc.), I have
applied a variant, the log level is debug (instead of info):
http://svn.apache.org/viewvc?view=rev&revision=478002
> Var and Assign to log the result of the evaluation
> --------------------------------------------------
>
> Key: SCXML-31
> URL: http://issues.apache.org/jira/browse/SCXML-31
> Project: Commons SCXML
> Issue Type: Improvement
> Affects Versions: 0.5
> Environment: all
> Reporter: Nestor Urquiza
> Assigned To: Rahul Akolkar
> Fix For: 0.6
>
> Attachments: SCXML-31.patch
>
>
> Var#execute()
> -----------------------
> Insert after:
> String varStr = varObj==null?"null":varObj.toString();
> the following:
> String msg = "Var." + name + "=" + varStr;
> if( appLog.isInfoEnabled() )
> appLog.info( msg );
> Assign#execute()
> -----------------------
> Insert after:
> String varStr = varObj==null?"null":varObj.toString();
> the following:
> String msg = "Assign." + name + "=" + varStr;
> if( appLog.isInfoEnabled() )
> appLog.info( msg );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]