How does java get the name of the current method
This article mainly introduces java how to get the name of the current method, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
Get the name of the current method
String methodName = Thread.currentThread (). GetStackTrace () [1] .getMethodName (); Thank you for reading this article carefully. I hope the article "how to get the name of the current method java" shared by the editor will be helpful to you. At the same time, I hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!