#1
|
|||
|
|||
Can I create project-specific log files?
Yes -- select File | Properties from the menu bar, switch to the Logging tab, enable project-specific log files and enter the log filename (or leave the filename field blank to disable file logging for the project). This will add a LOGFILE project macro to your project with a value of the filename to log to, overriding any log file defined in Tools | Application Options | Logging (which defines a system LOGFILE macro to be used for all projects unless overridden). Even if logging is not enabled globally in the application options, a log file will be generated if a project-level log file is specified.
Alternatively, project-specific log files can be defined for every project automatically by entering Code:
%PROJDIR%\%PROJROOT%.log |
|
|