Class JsonTemplateLayoutDefaults
- java.lang.Object
-
- org.apache.logging.log4j.layout.template.json.JsonTemplateLayoutDefaults
-
public final class JsonTemplateLayoutDefaults extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CharsetgetCharset()static StringgetEventDelimiter()static StringgetEventTemplate()static StringgetEventTemplateRootObjectKey()static StringgetEventTemplateUri()static LocalegetLocale()static intgetMaxStringLength()static RecyclerFactorygetRecyclerFactory()static StringgetStackTraceElementTemplate()static StringgetStackTraceElementTemplateUri()static StringgetTimestampFormatPattern()static TimeZonegetTimeZone()static StringgetTruncatedStringSuffix()static booleanisLocationInfoEnabled()static booleanisNullEventDelimiterEnabled()static booleanisStackTraceEnabled()
-
-
-
Method Detail
-
getCharset
public static Charset getCharset()
-
isLocationInfoEnabled
public static boolean isLocationInfoEnabled()
-
isStackTraceEnabled
public static boolean isStackTraceEnabled()
-
getTimestampFormatPattern
public static String getTimestampFormatPattern()
-
getTimeZone
public static TimeZone getTimeZone()
-
getLocale
public static Locale getLocale()
-
getEventTemplate
public static String getEventTemplate()
-
getEventTemplateUri
public static String getEventTemplateUri()
-
getEventTemplateRootObjectKey
public static String getEventTemplateRootObjectKey()
-
getStackTraceElementTemplate
public static String getStackTraceElementTemplate()
-
getStackTraceElementTemplateUri
public static String getStackTraceElementTemplateUri()
-
getEventDelimiter
public static String getEventDelimiter()
-
isNullEventDelimiterEnabled
public static boolean isNullEventDelimiterEnabled()
-
getMaxStringLength
public static int getMaxStringLength()
-
getTruncatedStringSuffix
public static String getTruncatedStringSuffix()
-
getRecyclerFactory
public static RecyclerFactory getRecyclerFactory()
-
-