Uses of Class
org.apache.logging.log4j.core.layout.Rfc5424Layout.StructuredDataElement
-
Packages that use Rfc5424Layout.StructuredDataElement Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of Rfc5424Layout.StructuredDataElement in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return Rfc5424Layout.StructuredDataElement Modifier and Type Method Description Rfc5424Layout.StructuredDataElement
Rfc5424Layout.FieldFormatter. format(LogEvent event)
Methods in org.apache.logging.log4j.core.layout with parameters of type Rfc5424Layout.StructuredDataElement Modifier and Type Method Description private void
Rfc5424Layout. formatStructuredElement(java.lang.String id, Rfc5424Layout.StructuredDataElement data, java.lang.StringBuilder sb, ListChecker checker)
Method parameters in org.apache.logging.log4j.core.layout with type arguments of type Rfc5424Layout.StructuredDataElement Modifier and Type Method Description private void
Rfc5424Layout. addStructuredData(java.util.Map<java.lang.String,Rfc5424Layout.StructuredDataElement> sdElements, StructuredDataMessage data)
-