Uses of Class
org.apache.logging.log4j.core.layout.Rfc5424Layout
-
Packages that use Rfc5424Layout Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of Rfc5424Layout in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return Rfc5424Layout Modifier and Type Method Description static Rfc5424Layout
Rfc5424Layout. createLayout(Facility facility, String id, int enterpriseNumber, boolean includeMDC, String mdcId, String mdcPrefix, String eventPrefix, boolean newLine, String escapeNL, String appName, String msgId, String excludes, String includes, String required, String exceptionPattern, boolean useTlsMessageFormat, LoggerFields[] loggerFields, Configuration config)
Create the RFC 5424 Layout.
-