Hid MsoUtils.log() methods from public use 31/83031/1
authorWitold Ficio Kopel <w.kopel@samsung.com>
Fri, 22 Mar 2019 07:42:41 +0000 (08:42 +0100)
committerWitold Ficio Kopel <w.kopel@samsung.com>
Fri, 22 Mar 2019 07:52:28 +0000 (08:52 +0100)
commit7a0725fa135e9b505f2d3fa6ddfc121611f3936f
tree2851e28a29e9a228603b55e5eb20f0a6cfd2212c
parent2061d60c2d380af5b9276ff4f86b3c95fbb7a5c1
Hid MsoUtils.log() methods from public use

The MsoUtils class has utility methods for logging made publicly
available (by default groovy scope). With changes to logging subsystem,
other classes should not use them for logging - so they have been made
private.

This is last commit in a series to eliminate use of MsoUtils.log() from
other classes and should prevent such usage in future.

Change-Id: I8311df26e17b70043c5d8de6b13818f803319ab8
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
Issue-ID: LOG-631
bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/AbstractServiceTaskProcessor.groovy
bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/MsoUtils.groovy