This class exposes a subset of OpenMRS properties to the log4j context configuration. This is intended to allow the
logger to make use of certain OpenMRS properties.
To use these properties in your logger configuration, reference them like
${openmrs:<property>}, e.g.
${openmrs:applicationDirectory}.
Supported properties:
- applicationDirectory
- The OpenMRS application directory as a string
- logLocation
- The current value for the log.location setting
- logLayout
- The current value for the log.layout setting
Care should be taken in exposing information through this class to ensure that no