Class RuntimeStrSubstitutor

java.lang.Object
org.apache.logging.log4j.core.lookup.StrSubstitutor
org.apache.logging.log4j.core.lookup.RuntimeStrSubstitutor
All Implemented Interfaces:
ConfigurationAware

public final class RuntimeStrSubstitutor extends StrSubstitutor
RuntimeStrSubstitutor is a StrSubstitutor which only supports evaluation of top-level lookups.
  • Constructor Details

    • RuntimeStrSubstitutor

      public RuntimeStrSubstitutor()
    • RuntimeStrSubstitutor

      public RuntimeStrSubstitutor(Map<String,String> valueMap)
    • RuntimeStrSubstitutor

      public RuntimeStrSubstitutor(Properties properties)
    • RuntimeStrSubstitutor

      public RuntimeStrSubstitutor(StrLookup lookup)
    • RuntimeStrSubstitutor

      public RuntimeStrSubstitutor(StrSubstitutor other)
  • Method Details