org.apache.logging.log4j.core.config.plugins
Class PropertiesPlugin

java.lang.Object
  extended by org.apache.logging.log4j.core.config.plugins.PropertiesPlugin

public final class PropertiesPlugin
extends Object

Handles properties defined in the configuration.


Method Summary
static StrLookup configureSubstitutor(Property[] properties)
          Create the Properties component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configureSubstitutor

public static StrLookup configureSubstitutor(Property[] properties)
Create the Properties component.

Parameters:
properties - An array of Property elements.
Returns:
An Interpolator that includes the configuration properties.


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.