You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cao Manh Dat (JIRA)" <ji...@apache.org> on 2015/07/20 02:05:04 UTC

[jira] [Created] (LUCENE-6686) Improve InforStream API

Cao Manh Dat created LUCENE-6686:
------------------------------------

             Summary: Improve InforStream API
                 Key: LUCENE-6686
                 URL: https://issues.apache.org/jira/browse/LUCENE-6686
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Cao Manh Dat


Currently, We use InfoStream in duplicated ways. For example
{code}
if (infoStream.isEnabled("IW")) {
            infoStream.message("IW", "init: loaded commit \"" + commit.getSegmentsFileName() + "\"");
          }
{code}

Can we change the API of InfoStream to 
{code}
infoStream.messageIfEnabled("component","message");
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org