Uses of Class
io.axway.alf.log4j2.layout.AlfJsonLayout.Builder
-
Packages that use AlfJsonLayout.Builder Package Description io.axway.alf.log4j2.layout -
-
Uses of AlfJsonLayout.Builder in io.axway.alf.log4j2.layout
Classes in io.axway.alf.log4j2.layout with type parameters of type AlfJsonLayout.Builder Modifier and Type Class Description static classAlfJsonLayout.Builder<B extends AlfJsonLayout.Builder<B>>Methods in io.axway.alf.log4j2.layout with type parameters of type AlfJsonLayout.Builder Modifier and Type Method Description static <B extends AlfJsonLayout.Builder<B>>
BAlfJsonLayout. newBuilder()Methods in io.axway.alf.log4j2.layout that return AlfJsonLayout.Builder Modifier and Type Method Description AlfJsonLayout.BuilderAlfJsonLayout.Builder. withContextPrinting(boolean contextPrinting)AlfJsonLayout.BuilderAlfJsonLayout.Builder. withDateFormat(String dateFormat)AlfJsonLayout.BuilderAlfJsonLayout.Builder. withLevelPrinting(boolean levelPrinting)AlfJsonLayout.BuilderAlfJsonLayout.Builder. withLoggerPrinting(boolean loggerPrinting)AlfJsonLayout.BuilderAlfJsonLayout.Builder. withMessageKey(String messageKey)AlfJsonLayout.BuilderAlfJsonLayout.Builder. withThreadPrinting(boolean threadPrinting)
-