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 Charset
getCharset()
static String
getEventDelimiter()
static String
getEventTemplate()
static String
getEventTemplateRootObjectKey()
static String
getEventTemplateUri()
static Locale
getLocale()
static int
getMaxStringLength()
static RecyclerFactory
getRecyclerFactory()
static String
getStackTraceElementTemplate()
static String
getStackTraceElementTemplateUri()
static String
getTimestampFormatPattern()
static TimeZone
getTimeZone()
static String
getTruncatedStringSuffix()
static boolean
isLocationInfoEnabled()
static boolean
isNullEventDelimiterEnabled()
static boolean
isStackTraceEnabled()
-
-
-
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()
-
-