Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
Trunk
-
None
-
None
Description
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.