Class PropertyFilePropertySource

java.lang.Object
org.apache.logging.log4j.util.PropertiesPropertySource
org.apache.logging.log4j.util.PropertyFilePropertySource
All Implemented Interfaces:
PropertySource

public class PropertyFilePropertySource extends PropertiesPropertySource
PropertySource backed by a properties file. Follows the same conventions as PropertiesPropertySource.
Since:
2.10.0
  • Field Details

    • LOGGER

      private static final Logger LOGGER
  • Constructor Details

    • PropertyFilePropertySource

      public PropertyFilePropertySource(String fileName)
    • PropertyFilePropertySource

      public PropertyFilePropertySource(String fileName, boolean useTccl)
      Since:
      2.18.0
  • Method Details

    • loadPropertiesFile

      private static Properties loadPropertiesFile(String fileName, boolean useTccl)