[flexcoders] Logging API

2009-09-15 Thread reflexactions
Am I missing something or as much as I can write a class that implements ILogger there is no way to actually use it? I can't see anyway to specify the ILogger to be used and Log just uses LogLogger by default, as per usual all the variables are private in Log so can't be accessed, the class is

Re: [flexcoders] Logging API

2009-09-15 Thread Sönke Rohde
You can add your own logger with Log.addTarget(yourLoggerInstance) or simply define it in MXML like here: http://soenkerohde.com/2008/08/sos-logging-target/ On 15.09.2009, at 10:44, reflexactions wrote: Am I missing something or as much as I can write a class that implements ILogger there

[flexcoders] Logging API

2006-10-13 Thread John Wilker
I'm working on a framework/interface for the logging API. Most of it makes sense to me, but one part is still not jiving for me.My goal is to make a dynamic framework that can write to different targets based on the situation or event type. I haven't figured out how, in AS to define my

[flexcoders] Logging API issue

2006-05-19 Thread Xavi Beumala
Hi all,I'm playing with f2b3 new logging api and trying to use it in a similar way I'd use java.util.logHowever if the category of the logger contains the : character an exception is thrown. Reviewing the code, I've seen in the Log class a function called hasIllegalCharacters() which explicitly