Description
In the org.apache.logging.log4j.core.appender.AsyncAppender constructor, could you call (Thread.)setName("AsyncAppender-" + ((AbstractAppender.)getName()); so that the thread name in a debugger/profiler has a descriptive name?
In the org.apache.logging.log4j.core.appender.AsyncAppender constructor, could you call (Thread.)setName("AsyncAppender-" + ((AbstractAppender.)getName()); so that the thread name in a debugger/profiler has a descriptive name?