-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Implemented
-
Affects Version/s: Trunk
-
Fix Version/s: Upcoming Branch
-
Component/s: ALL COMPONENTS
-
Labels:None
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.