Package org.jboss.as.logging
Class LoggingSubsystemWriter
- java.lang.Object
-
- org.jboss.as.logging.LoggingSubsystemWriter
-
- All Implemented Interfaces:
XMLStreamConstants,org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>
public class LoggingSubsystemWriter extends Object implements XMLStreamConstants, org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>
- Author:
- James R. Perkins
-
-
Field Summary
-
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
-
-
Constructor Summary
Constructors Constructor Description LoggingSubsystemWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context)
-
-
-
Method Detail
-
writeContent
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context) throws XMLStreamException- Specified by:
writeContentin interfaceorg.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>- Throws:
XMLStreamException
-
-