Class FormattingConverter<E>

  • Direct Known Subclasses:
    DynamicConverter

    @Deprecated(since="2022-01-27")
    public abstract class FormattingConverter<E>
    extends Converter<E>
    Deprecated.
    • Constructor Detail

      • FormattingConverter

        public FormattingConverter()
        Deprecated.
    • Method Detail

      • getFormattingInfo

        public final FormatInfo getFormattingInfo()
        Deprecated.
      • setFormattingInfo

        public final void setFormattingInfo​(FormatInfo formattingInfo)
        Deprecated.
      • write

        public final void write​(java.lang.StringBuilder buf,
                                E event)
        Deprecated.
        Description copied from class: Converter
        In its simplest incarnation, a convert simply appends the data extracted from the event to the buffer passed as parameter.
        Overrides:
        write in class Converter<E>
        Parameters:
        buf - The input buffer where data is appended
        event - The event from where data is extracted