#logFile

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
   #include
   #list
   #loadLibrary
   #loadScript
   #logFile
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS 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 'KcSysLib'   // load system library
 
#logFile 'listing.lst'    // open logfile
 
....
 
#logFile ''               // close logfile

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

 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>