Class PatternMatch

java.lang.Object
org.apache.logging.log4j.core.layout.PatternMatch

@Plugin(name="PatternMatch", category="Core", printObject=true) public final class PatternMatch extends Object
PatternMatch configuration item.
Since:
2.4.1 implements Serializable
  • Constructor Details

    • PatternMatch

      public PatternMatch(String key, String pattern)
      Constructs a key/value pair. The constructor should only be called from test classes.
      Parameters:
      key - The key.
      pattern - The value.
  • Method Details