Log Manager - All Handles are Documented or NOT

Dear All,

We have n number of dynamic objects in progress and almost all (except persistent) can be handled by widget pool.

I want to ask you guys, does all these dynamic handles are well documented in Log-Manager as well so that if required then we can walk-through the logs and mark an object as orphan when its created is available in logs but corresponding deleted is not available.

Kindly suggest.

Regards,
 

Cringer

ProgressTalk.com Moderator
Staff member
Personally I would always view such an approach as an indicator of a possible problem to investigate further, rather than a definite problem. It's a good approach to finding memory leaks, but it's not an exact science.
 
I am referring below knowledgebase article for finding memory leak via logs. Program Leakcheck.P is also attached with this KB article.


As of my understanding, there must be some dynamic objects which can't be traced with the help of this Leakcheck.P/Logs.

Please suggest.
 
Top