RE: [flexcoders] Extending LineFormattedTarget

2006-04-27 Thread Dirk Eismann
Hi, if you want to create your own formatted String then override the logEvent() method inside your LineFormattedTarget subclass and do whatever you want there. If you want to access the formatted String that got generated by LineFormattedTarget you'll have to override the internalLog()

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