Interface ConfigurationNode


@ProviderType public interface ConfigurationNode
A simplified view of a Log4j Core 2 configuration subtree.

It provides a subset of the information contained in the o.a.l.l.core.config.Node class.

See Also:
  • Method Details

    • getPluginName

      String getPluginName()
      The name of the plugin configured by this node.
      See Also:
    • getAttributes

      Map<String,String> getAttributes()
      The configuration attributes
    • getChildren

      List<? extends ConfigurationNode> getChildren()
      The nested configuration elements.