Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / General Discussion / Re: How to manage notifications? on: October 16, 2008, 07:01:19
The first thing I did with PureMVC was implement a logging system for notifications (I modified the framework) ... so that when a notification occurs it is logged something like

Notification Raised : name : CHANGE_THE_THING, args : 1,2,3
> executing observer : 1 of 4
> executing observer : 2 of 4
> executing observer : 3 of 4
> executing observer : 4 of 4
/ Notification End


So ... when you switch this logging on, you can easily see where the application is at.
Pages: [1]