Interface FormatStep

    • Method Detail

      • render

        void render​(java.lang.StringBuilder builder,
                    ExtLogRecord record)
        Render a part of the log record.
        Parameters:
        builder - the string builder to append to
        record - the record being rendered
      • estimateLength

        int estimateLength()
        Emit an estimate of the length of data which this step will produce. The more accurate the estimate, the more likely the format operation will be performant.
        Returns:
        an estimate