Interface StringLayout
- All Known Implementing Classes:
AbstractCsvLayout, AbstractStringLayout, CsvLogEventLayout, CsvParameterLayout, GelfLayout, HtmlLayout, JsonLayout, PatternLayout, Rfc5424Layout, SyslogLayout, XmlLayout, YamlLayout
-
Field Summary
Fields inherited from interface Layout
ELEMENT_TYPE -
Method Summary
Modifier and TypeMethodDescriptionGets the Charset this layout uses to encode Strings into bytes.Methods inherited from interface Layout
getContentFormat, getContentType, getFooter, getHeader, toByteArray, toSerializable
-
Method Details
-
getCharset
Charset getCharset()Gets the Charset this layout uses to encode Strings into bytes.- Returns:
- the Charset this layout uses to encode Strings into bytes.
-