debug logging details from a flow?
Tom Zeller
tzeller at dragonacea.biz
Thu Feb 4 11:30:19 EST 2016
On Feb 4, 2016, at 10:16 AM, Scott Koranda <skoranda at gmail.com> wrote:
>>
>>
>>> 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.
I have a modified SWF which logs the contents of the Conversation stored in the HTTP session, that might help and I can push the JAR somewhere, but it's not in front of me at the moment.
More information about the dev
mailing list