Unit logging

Classes, Interfaces, Objects and Records
Types
Constants

Description

Used for logging which procedures are called and in what order

Uses

Overview

Functions and Procedures

procedure beginLogging;
procedure logAction(textString: string);

Variables

C_FNAME: shortstring;
tfOut: TextFile;

Description

Functions and Procedures

procedure beginLogging;
 
procedure logAction(textString: string);
 

Variables

C_FNAME: shortstring;

Log file name

tfOut: TextFile;

Text file used for logging


Generated by PasDoc 0.16.0.