[ http://issues.apache.org/jira/browse/SCXML-31?page=all ]

Rahul Akolkar updated SCXML-31:
-------------------------------

    Fix Version/s: 0.6
         Assignee: Rahul Akolkar

> 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
>
>
> 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]

Reply via email to