Stefan,

See LoggingEvent.getThrowableStrRep(). Hope this helps, Ceki 


At 16:43 19.06.2001 +0200, you wrote:
>Hi
>
>For my part, the corrected version did not yet compile with Log4J 1.1.2. As
>far as I have seen, the LoggingEvent class does not any more have a public
>variable throwable. Instead use the following for line 69 and 70 in
>TextPanelAppender:
>
>    if (event.getThrowableInformation()!=null) {
>      event.getThrowableInformation().getThrowable().printStackTrace(tp);
>
>My proposals of corrections are included in the attached files. BTW: These
>corrections also help to get the TextPaneAppender by Sven Reimers running.
>
>Furtheron make shure the icons subdirectory is accessible from the place
>where you start the example.
>
>
>Stefan
>
>--
>Assistant
>Competence Center Electronic Commerce (CCEC)
>http://ccec.hta-bi.bfh.ch/
>+41-32-321 63 37
>private: http://www.hta-bi.bfh.ch/~rfs/
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

--
Ceki Gülcü


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

Reply via email to