Project logging standards
Check ID
DEV_0005
Category
Standards
Summary
This check will ensure that the logging that you have added to your project meets your standards.
Options
See the table below for all available options.
Pass
The element matches your standards.
Fail
The element does not match your standards.
Project Logging Standards
Option Name
Details
Log Nodes
If TRUE, log nodes should not use hardcoded values (use constants instead). Default: TRUE
Custom Error Handling
If TRUE, the first action in a custom error handler should be a log action. Default: TRUE
Decisions
If TRUE, decisions should always have a caption. Default: TRUE
Last updated