Migrating log4j 1.2.x to log4j 2.16.0
Using PropertyConfigurator.configure method to load all log4j file are located at specific location on the system.
static {
PropertyConfigurator.configure("C:/users/log4j.properties").
}
What is alternative way for configure log4j properties from external location?
What is alternative way of using PropertyConfigurator.configure in log4j2?