Get Name of current Method in JAVA 29-12-2015 18:40:54 Java / Reflection 0 Bookmark(s) 228 View(s) String methodName = Thread.currentThread().getStackTrace()[1].getMethodName();