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
  • Constructor Details

    • PropertyFilePropertySource

      public PropertyFilePropertySource(String fileName)
    • PropertyFilePropertySource

      public PropertyFilePropertySource(String fileName, boolean useTccl)