PDA

View Full Version : Is there a way to suppress logging for individual steps?


kinook
10-03-2003, 09:47 AM
Yes, by checking the Disable logging of action output on the More tab (http://www.kinook.com/VisBuildPro/Manual/stepfailure.htm) of the Step Properties dialog.

Or by creating a temporary LOGFILE macro (to override the project/app level settings) and setting it to an empty string (to disable logging) or deleting (to re-enable logging) in a step's vbld_StepStarting script event (http://www.kinook.com/VisBuildPro/Manual/scriptevents.htm). See the Logging.bld (http://www.kinook.com/VisBuildPro/Manual/loggingsample.htm) sample for more details.