[ 
https://issues.apache.org/jira/browse/MAHOUT-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitriy Lyubimov updated MAHOUT-1716:
-------------------------------------
    Description: 
Enable concise logging e.g. 

trace(s"blha blah $variable") and 
traceDo { 
 ...
}

note that since parameter has really late binding type (message : => String), 
the debug string is never computed unless the proper debug level is enabled.

PR https://github.com/apache/mahout/pull/135

  was:
Enable concise logging e.g. 

trace(s"blha blah $variable) and 
traceDo { 
 ...
}

note that since parameter has really late binding type (message : => String), 
the debug string is never computed unless the proper debug level is enabled.


> Scala logging style
> -------------------
>
>                 Key: MAHOUT-1716
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1716
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Dmitriy Lyubimov
>            Assignee: Dmitriy Lyubimov
>             Fix For: 0.10.2
>
>
> Enable concise logging e.g. 
> trace(s"blha blah $variable") and 
> traceDo { 
>  ...
> }
> note that since parameter has really late binding type (message : => String), 
> the debug string is never computed unless the proper debug level is enabled.
> PR https://github.com/apache/mahout/pull/135



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

Reply via email to