Index: src/site/xdoc/manual/extending.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- src/site/xdoc/manual/extending.xml (revision 1555325) +++ src/site/xdoc/manual/extending.xml (revision ) @@ -46,9 +46,9 @@ sure that it has the highest priority.
  • Create a new log4j-provider.xml and configure it with the desired LoggerContextFactory making sure that it has the highest priority.
  • -
  • Setting the system property "log4j2.LoggerContextFactory" to the name of the LoggerContextFactory +
  • Setting the system property "log4j2.loggerContextFactory" to the name of the LoggerContextFactory class to use.
  • -
  • Setting the property "log4j2.LoggerContextFactory" in a properties file named +
  • Setting the property "log4j2.loggerContextFactory" in a properties file named "log4j2.LogManager.properties" to the name of the LoggerContextFactory class to use. The properties file must be on the classpath.