From: <ch...@da...> - 2004-05-31 10:40:34
|
Hello all, I´m a newbie that have just discovered this great tool and have a question: it is possible to identify an object of a class? Let me explain: I want to implement a "log-able" class which would be more or less like the BeforeClass in the examples but, additionaly to identify the methods that are called, I want to identify the parameters passed and the object that have made the invocation in order to be able to reconstruct the computation. Imagine that have a class A and two objects belonging to this class, let say a1 and a2, how can I differenciate the invocation of the same method in each object? Can someone recommend a reference or give an idea? Thanks a lot. Carlos |