#logFile

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
   #include
   #list
   #loadLibrary
   #loadScript
   #logFile
   #if / #else / #endif
   #message
   #error
   #block
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
C API
C++ Class Interface
CSL links
  

Opens or closes a logfile at compile time. Useful when generating P-Code listings (see #list). This directive uses the system library so it has to be loaded in advance:

#loadLibrary 'ZcSysLib'   // load system library
 
#logFile 'listing.lst'    // open logfile
 
....
 
#logFile ''               // close logfile

If no extension is given, CSL will add the default extension .log.

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>