Hello All,

I tried to logging in my xsp, but it cannot works:

Settings:
WEB-INF/web.xml:
 <init-param>
      <param-name>work-directory</param-name>
      <param-value>WEB-INF/work</param-value>
    </init-param>

and I've got some samples:
1.sample

<log:logger name="test" filename="/home/zamek/public_html/a/java/xsp.log"/>
<log:debug>Where is my log message???????????</log:debug>

there isn't xsp.log in this path, and there isn't any error msg in cocoon's 
core.log (level of core.log is debug by cocoon.xconf)

2. sample: no need to define <log:logger> in my xsp, simply to send messages 
with

 <log:debug>blahblah</log:debug>

there isn't any mesage all of cocoon's logs.

So how can I logging in my xsp?
_Any working example is wanted_ :-)

-- 
thx,
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to