Interface MetricFormatter

  • All Known Implementing Classes:
    EMFMetricFormatter

    public interface MetricFormatter
    Convert a segment into a formatted log string.
    • Method Detail

      • formatSegment

        java.lang.String formatSegment​(Segment segment)
        Converts a segment into a metric string.
        Parameters:
        segment - Segment to format into metrics
        Returns:
        a string representation of the Segment