Interface StringLayout

All Superinterfaces:
Encoder<LogEvent>, Layout<String>
All Known Implementing Classes:
AbstractCsvLayout, AbstractStringLayout, CsvLogEventLayout, CsvParameterLayout, GelfLayout, HtmlLayout, JsonLayout, PatternLayout, Rfc5424Layout, SyslogLayout, XmlLayout, YamlLayout

public interface StringLayout extends Layout<String>
Instantiates the Layout type for String-based layouts.
  • 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.