Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   How to disable steps trace in the log? (https://www.kinook.com/Forum/showthread.php?t=187)

Vladimir 09-06-2003 02:01 PM

How to disable steps trace in the log?
 
It is possible to to that for particular steps via step script but how to do that globally?
The trace is usefull during debugging but it makes logs huge.

kinook 09-09-2003 07:08 AM

To enable/disable logging on a global basis, set or clear the LOGFILE macro, either by passing it in on the command-line or by disabling logging at the start of the build in the vbld_BuildStarting event.

Vladimir 09-24-2003 02:17 PM

Deer Administrator,

thank you for the prompt answer but my question is little bit different.

Here is the example of the log:

9/19/2003 1:09:54 PM: Building subroutine step 'Log Parms'...
9/19/2003 1:09:54 PM: Building subroutine step 'Log Settings'...
*******************************************
*** BROADbeam Automated Build Procedure
***
*** Product: BDS
*** Component ExpressQ log file started at 9/19/2003 1:09:54
*** Build type: Scheduled
*** VSS Label: BDS.4.1.1
***
*******************************************

How to disable the 1st two lines in the log (the trace of the script commands?).

It is convinient to have them during debugging but this trace makes log huge and hardly readable.
It would be good to have option to limit log with only 3d party console output and explicit writes to the log.

Regards,
Vladimir

kinook 09-24-2003 03:26 PM

You can't disable that part of the logging for the built-in logging components. However, you could create your own custom logging component that does what you require and plug it into VisBuildPro. Lookup 'VBPLogger sample' in the help index and see that sample for more details.


All times are GMT -5. The time now is 05:25 AM.


Copyright © 1999-2023 Kinook Software, Inc.