[flexcoders] Extending LineFormattedTarget

2006-04-27 Thread Ralf Bokelberg
I'd like to create my own logging target by extending LineformattedTarget. I wonder how i can access the formatted string? Cheers,Ralf. . -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Extending LineFormattedTarget

2006-04-27 Thread Dirk Eismann
); } Dirk. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Bokelberg Sent: Thursday, April 27, 2006 12:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Extending LineFormattedTarget I'd like to create my own logging target

Re: [flexcoders] Extending LineFormattedTarget

2006-04-27 Thread Ralf Bokelberg
Works like a charm, thanks Dirk. On 4/27/06, Dirk Eismann [EMAIL PROTECTED] wrote: Hi,if you want to create your own formatted String then override thelogEvent() method inside your LineFormattedTarget subclass and do whatever you want there.If you want to access the formatted String that got