> > I'm still looking for the use case. Do you just want release player > performance profiling?
I believe there is a bit of cognitive dissonance here, I see Martin talking about logging and a lot of people chiming in about profiling, clearly these two things are different beasts. Sure, logging can be used for profiling, but that's just one use case for logging. A release version of an application can still contain logging, not all logging uses trace() as its target as you all might know. Having solid logging in your application is important in the case of application errors or perhaps even usage statistics etc. Martin, am I wording this right? cheers, Roland