Changeset 13 for trunk/txlib/include/txcon.h
- Timestamp:
- 05/13/06 20:33:09 (3 years ago)
- Files:
-
- 1 modified
-
trunk/txlib/include/txcon.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/txlib/include/txcon.h
r11 r13 1183 1183 BOOL TxAppendToLogFile // RET logfile opened 1184 1184 ( 1185 char *fname // IN name of (new) logfile 1185 char *fname, // IN name of (new) logfile 1186 BOOL verbose // IN Show the action 1186 1187 ); 1187 1188 … … 1214 1215 ); 1215 1216 1217 // Construct name for new logfile based upon a sequence number 0..n 1218 char *TxBuildLogName // RET filename 1219 ( 1220 ULONG seq, // IN sequence number 1221 TXLN buf // IN filename buffer 1222 ); 1216 1223 1217 1224 // Output textual information in array of char-pointers … … 1235 1242 ); 1236 1243 1244 // Set logfile maximum size per file 1245 void TxSetLogMaxSize 1246 ( 1247 ULONG size // IN maximum size, bytes 1248 ); 1249 1250 // Set logfile number of files to retain on cycle, #files besides .log itself 1251 void TxSetLogRetain 1252 ( 1253 ULONG retain // IN retain count 1254 ); 1237 1255 1238 1256 // Make ascii-dump of data area on TxPrint output