On 3 Jul 2004, at 17:22, Joerg Heinicke wrote:
On 03.07.2004 18:16, Colin Paul Adams wrote:
Joerg> That's indeed difficult. Only help is the usage of print(). But where does the output go to?
To the console.
There is also a logging function IIRC, something like log() or cocoon.log(). This would probably go to flow.log.
cocoon.log.debug ("message"); cocoon.log.info ("message"); cocoon.log.warn ("message"); cocoon.log.error ("message");
You can adjust which level of logging appears in the flow log by changing the level in WEB-INF/logkit.xconf.
<category log-level="INFO" name="flow"> <log-target id-ref="flow"/> <log-target id-ref="error"/> </category>
The default is 'INFO' which would show 'info', 'warn' and 'error'.
HTH
regards Jeremy
--------------------------------------------------------
If email from this address is not signed
IT IS NOT FROM MEAlways check the label, folks !!!!! --------------------------------------------------------
smime.p7s
Description: S/MIME cryptographic signature
