10

I have a huge application that was made with COM+ Objects and i want to track/log the call of events of these components. The objective is to find the problems and refator that methods. I have found some documentation of API like this http://msdn.microsoft.com/pt-br/library/dd179218(v=VS.85).aspx, but the only thing i could is to get the name of the pools in com+.

Gabriel Fonseca
  • 345
  • 3
  • 12

1 Answers1

0

According to this ETW can be used to trace COM and COM+. I'd be very interested to know if it works. Also note that ATL has a tracing/logging mechanism (ATLTRACE2) that may be of interest.

Χpẘ
  • 3,403
  • 1
  • 13
  • 22