| |||||||||||
Technical Support On-Line Manuals µVision® User's Guide | LOG
Use the LOG command to create, append to, check status, or close a log file. Output displayed in the Command window is copied to the log file. The filename you specify may contain a driver letter and path specification. Filenames may be entered as character strings, for example, c:\usr\tmp\logfile. ExampleLOG >C:\TMP\dslog /* Create a new log file */ LOG /* Interrogate log file status */ command log file: C:\TMP\dslog LOG OFF /* Close the log file */ | ||||||||||
| |||||||||||