Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   Logging (https://www.kinook.com/Forum/forumdisplay.php?f=15)
-   -   How can I set the log filename based on the current date? (https://www.kinook.com/Forum/showthread.php?t=370)

kinook 03-23-2004 12:36 PM

How can I set the log filename based on the current date?
 
In the Logging options dialog (File | Properties | Logging), a value of

%PROJDIR%\%PROJROOT%\[vbld_FormatDate()].xml

for the Log filename will log to a file in the project path with the filename formatted with the current date in yyyymmdd format. It uses the system script function vbld_FormatDate.

Or, you can call the vbld_FormatDateEx() script function if different formatting is required. For instance,

[vbld_FormatDateEx(Now, "yyyy-mm-d hh-MM-SS")]

See the help for more details.
http://www.visualbuild.com/Manual/sysscriptdatetime.htm
http://www.visualbuild.com/Manual/buildlogging.htm


All times are GMT -5. The time now is 04:27 PM.


Copyright © 1999-2023 Kinook Software, Inc.