java.lang.Object
org.apache.logging.log4j.core.config.builder.api.Component

public class Component extends Object
Container for building Configurations. This class is not normally directly manipulated by users of the Assembler API.
Since:
2.4
  • Constructor Details

    • Component

      public Component(String pluginType)
    • Component

      public Component(String pluginType, String name)
    • Component

      public Component(String pluginType, String name, String value)
    • Component

      public Component()
  • Method Details