[jira] [Commented] (OFBIZ-11762) Use GroovyBaseScript's logging utility methods instead of using Debug in each Groovy files
Posted by
Nicolas Malin (Jira) on
Jun 08, 2020; 5:12am
URL: http://ofbiz.116.s1.nabble.com/jira-Commented-OFBIZ-11762-Use-GroovyBaseScript-s-logging-utility-methods-instead-of-using-Debug-in-s-tp4753363.html
[
https://issues.apache.org/jira/browse/OFBIZ-11762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127891#comment-17127891 ]
Priya Sharma commented on OFBIZ-11762:
--------------------------------------
Hey Jacques, Thanks for the merge.
I think you missed to merge the PR for the plugins component
[
https://github.com/apache/ofbiz-plugins/pull/24]
You added a comment on the same. Please let me your views about its resolution.
> Use GroovyBaseScript's logging utility methods instead of using Debug in each Groovy files
> ------------------------------------------------------------------------------------------
>
> Key: OFBIZ-11762
> URL:
https://issues.apache.org/jira/browse/OFBIZ-11762> Project: OFBiz
> Issue Type: Improvement
> Components: ALL COMPONENTS
> Affects Versions: Trunk
> Reporter: Pawan Verma
> Assignee: Priya Sharma
> Priority: Minor
> Fix For: Upcoming Branch
>
>
> Use GroovyBaseScript's logging utility methods instead of using Debug in each Groovy files
> *Currently used:* Debug.logError(MESSAGE)
> *Proposed Use:* logError(MESSAGE)
>
> It will benefit us to remove the module from each groovy file as it is already handled in GroovyBaseScript.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)