Log Policy

Description

This container executes the functors it contains under a specified maximum log level, temporarily overriding the log policy otherwise in effect for as long as its content runs.

Inputs

None.

Optional Inputs

Name Type Description Default Value
Maximum Log Level Log Tag Type Maximum log level allowed while the contained functors execute. Debug 2
Force Specified Log Level Boolean Value Type Always use Maximum Log Level, even when the log level already in effect is more restrictive. No

Outputs

None.

Group

Notes

When Maximum Log Level is less restrictive than the log level already in effect, or when Force Specified Log Level is true, the log level is temporarily changed to Maximum Log Level while the contained functors execute. The previous log level is always restored afterwards, whether or not an error occurs.

Internal Name

LogPolicy