Re: [Pharo-users] Object-oriented state-frozen logging

2015-04-06 Thread Tudor Girba
You can also take a look at Beacon: http://www.humane-assessment.com/blog/beacon But, also at SystemLogger: http://forum.world.st/attachment/4745609/0/Logger.pier.pdf Cheers, Doru On Mon, Apr 6, 2015 at 2:00 AM, Peter Uhnák wrote: > Hi Sven, > > thanks for the answers; especially the article

Re: [Pharo-users] Object-oriented state-frozen logging

2015-04-05 Thread Peter Uhnák
Hi Sven, thanks for the answers; especially the article was very informative. I didn't even think of using Announcements, but seeing it in action is really cool! Peter On Sun, Apr 5, 2015 at 8:30 PM, Sven Van Caekenberghe wrote: > Hi Peter, > > I would call this object logging, plain and simpl

Re: [Pharo-users] Object-oriented state-frozen logging

2015-04-05 Thread Sven Van Caekenberghe
Hi Peter, I would call this object logging, plain and simple. Some of us, myself included, believe this is the way forward. You could have a look at how Zinc does logging (ZnLogEvent): https://www.youtube.com/watch?v=rIBbeMdFCys https://www.youtube.com/watch?v=gaUxPNq6_7c This article might

[Pharo-users] Object-oriented state-frozen logging

2015-04-05 Thread Peter Uhnák
Hi, this may be a bit tall order and I am not sure if possible, however I would like to know the state of objects at certain points. Currently what I would do is something like self log: 'anObject someProperty:'; logCr: anObject someProperty. however this is not very practical. So I would like