User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Hello
i want to generate a log file with this pattern :
<Date-time>;<caller Class.method>;<called Class.method>;<duration>
With a call pointcut, i can reach the called Class.method and the caller
Class. But is there a way to reach the caller Class.method ?