debug logging details from a flow?

Scott Koranda skoranda at gmail.com
Thu Feb 4 11:16:01 EST 2016


> 
> 
> > On Feb 4, 2016, at 9:06 AM, Scott Koranda <skoranda at gmail.com> wrote:
> > 
> > Hi,
> > 
> > Does the development team have a neat trick for logging the
> > details of a flow, such as an intercept flow, while
> > "developing" the flow?
> > 
> > For example if I have in a flow
> > 
> > <action-state id="MyAction">
> >  <evaluate expression="MyClass.myMethod()" result="flowScope.myResult"/>
> > </action-state>
> > 
> > is there a way for me to log the value stored in
> > flowScope.myResult in some way?
> 
> I think I just set o.s.webflow logging to debug.

Thanks. That shows the details of the SWF logic, but it does
not allow me to log the value stored in flowScope.myResult. I
see the evaluation being called but not the value of the
result.

Since I am essentially programming Java by editing XML it
would be handly to be able to log the value.

Scott K


More information about the dev mailing list