Package org.apache.log4j.builders.layout
Class XmlLayoutBuilder
- All Implemented Interfaces:
Builder<Layout>
,LayoutBuilder
,Parser<Layout>
@Plugin(name="org.apache.log4j.xml.XMLLayout",
category="Log4j Builder")
public class XmlLayoutBuilder
extends AbstractBuilder<Layout>
implements LayoutBuilder
Build an XML Layout
-
Field Summary
FieldsFields inherited from class org.apache.log4j.builders.AbstractBuilder
APPEND_PARAM, BUFFER_SIZE_PARAM, BUFFERED_IO_PARAM, FILE_PARAM, IMMEDIATE_FLUSH_PARAM, MAX_BACKUP_INDEX, MAX_SIZE_PARAM, NULL, RELATIVE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Layout
createLayout
(boolean properties, boolean locationInfo) parse
(PropertiesConfiguration config) Parses a PropertiesConfigurationt.parse
(Element layoutElement, XmlConfiguration config) Parses a DOM Element.Methods inherited from class org.apache.log4j.builders.AbstractBuilder
buildFilters, getBooleanProperty, getBooleanProperty, getBooleanValueAttribute, getIntegerProperty, getNameAttribute, getNameAttributeKey, getProperties, getProperty, getProperty, getValueAttribute, getValueAttribute, set, set, set, substVars
-
Field Details
-
LOCATION_INFO
- See Also:
-
PROPERTIES
- See Also:
-
-
Constructor Details
-
XmlLayoutBuilder
public XmlLayoutBuilder() -
XmlLayoutBuilder
-
-
Method Details