I have complete the simple configuration of Log4j2 latest version library(with log4j2.xml configuration file) which working fine.
Now i want to update/reset configuration whenever the update event fire i as check on internet there is no such API available in the latest version on log4j2 jar.e.g. in old api there is method called
LogManager.resetConfiguration()
So how i can reset the configuration or refresh log4j2 configuration runtime?