You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2017/08/29 15:48:01 UTC

[jira] [Created] (UIMA-5545) UIMA-DUCC: add toString() to IPerformanceMetrics

Jerry Cwiklik created UIMA-5545:
-----------------------------------

             Summary: UIMA-DUCC: add toString() to IPerformanceMetrics 
                 Key: UIMA-5545
                 URL: https://issues.apache.org/jira/browse/UIMA-5545
             Project: UIMA
          Issue Type: Improvement
          Components: DUCC
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.2.2-Ducc


The IPerformanceMetrics interface and all implementations should provide toString() override to extract metrics from Properties. Currently the user code has to call get() which returns List<Properties> and iterate over this. If all the user wants is to log metrics, toString() convenience method would hide all the details of this iteration and instead would return formatted string ready for logging.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)