Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.07 KB

LogSubprocess.md

File metadata and controls

22 lines (12 loc) · 1.07 KB

LogSubprocess

What condition does this detect?

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

Why is this condition important?

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

How to fix it?

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

How do I use this rule?

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