[Enhancement] Optimize getClass().getSimpleName()
usage in unit test anonymous classes
#136
Open
2 of 3 tasks
Labels
Search before asking
Enhancement Request
In an anonymous class, the
getClass().getSimpleName()
method will return an empty string, causing the log to fail to record the class name.Describe the solution you'd like
Optimize logging methods.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: