This rule checks if the Log activity is not being used in component process and only used in subprocess
This is a Process rule - the rule will test each process of the application
If there is logging or auditing required at multiple points in your project, its advised to write logging and auditing code in a sub process and invoke this process from any point where this functionality is required. This rule checks whether LOG activity is used in sub process
Define a common subprocess to manage all aspects related to logging and auditing your process and call that process from any other point in your development that requires that logic
The rule is enabled by default. To disable it if unwanted, clone the default "BW6 Quality Profile
" quality profile and then disable the rule.
< Return to Rules list | < Return to STANDALONE operation | << Return to main README file