Package org.apache.logging.log4j.core
Interface StringLayout
-
- All Known Implementing Classes:
AbstractCsvLayout
,AbstractStringLayout
,CsvLogEventLayout
,CsvParameterLayout
,GelfLayout
,HtmlLayout
,JsonLayout
,Log4j1XmlLayout
,PatternLayout
,Rfc5424Layout
,SyslogLayout
,XmlLayout
,YamlLayout
public interface StringLayout extends Layout<java.lang.String>
Instantiates the @{link Layout} type for String-based layouts.
-
-
Field Summary
-
Fields inherited from interface org.apache.logging.log4j.core.Layout
ELEMENT_TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.charset.Charset
getCharset()
Gets the Charset this layout uses to encode Strings into bytes.-
Methods inherited from interface org.apache.logging.log4j.core.Layout
getContentFormat, getContentType, getFooter, getHeader, toByteArray, toSerializable
-
-