[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] Constuct linking string for console

When i call my empty method

class Foo {
 public void bar() {
   Log.debug("message bla bla"); // line 23
 }
}
i would like that aspectj catches that method and print to console:
   com.package.Foo.bar(Foo.java:23): message bla bla

So that i can have links to the parts of the code that invoked the
message in eclipse.

The problem is that i can't construct string:

"com.package.Foo.bar(Foo.java:23)" using thisJoinPoint.