hi<br><br>i'm trying to write a log class so all the class and methods can log their names in a file. it's easy to do so for the class name, but there is no trivial way to return the method name of a method.<br><br>java.lang.reflect provides a feature to show all the methods available inside a class, but i can't know the method name inside the method itself.<br><br>could you give me some clues on how to do that?<br><br>thanx a lot