PureMVC Architects Lounge

Announcements and General Discussion => Architecture => Topic started by: eco_bach on November 26, 2009, 09:00:02



Title: Custom logging and Configure Logging at Runtime
Post by: eco_bach on November 26, 2009, 09:00:02
Great article on Logging Best ractices, but what really caught my eye was the last paragraph

'Configure Logging at Runtime'

http://opensource.adobe.com/wiki/display/cairngorm/Best+Practices+for+Logging

I use an AS3 modified version of luminicBox, but It would be really cool if a logging class or utility could be modified at runtime. Anyone know if a logging utility like this exists for PureMVC?


Title: Re: Custom logging and Configure Logging at Runtime
Post by: puremvc on November 27, 2009, 08:15:41
For MultiCore, I created a modular logging facility you can see in the PipeWorks demo. I've thought about ripping it out and turning it into a proper (reusable) utility but haven't had time.

http://trac.puremvc.org/Demo_AS3_MultiCore_Flex_PipeWorks

-=Cliff>