Hello
I've got a problem with the logging mechanism. I'm quite new to cocoon
and the whole java/xml stuff.
So I tried to get my own XMLForm running and have some problems with it.
This is why I would like to embed some debug infos in the flow-logic .java
file.
Therefore I setup the sitemap this way:
<map:action name="invoice"
src="test.invoice.flow"
logger="sitemap.transformer.xmlform.flow"
/>
in the flow.java file I put the following statement in the perform()
function:
getLogger().debug("want some debugging");
I thougt now this message can be found in the sitemap log, but I couln't
find it so far. Can somebody tell me what I'm doing wrong or where to find
the debug message?
thanks
best regards
Lars Kirchhoff
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>