! ! File: BACK_NO_RECORD.BAS ! Author: Nick de Smith ! Date: 28-Jun-88 ! Edit Edit date By Why ! 01 28-Jun-88 NMdS First attempt ! ! These are logging routines called from BACKUP.C to write data to the log file. ! This is a stub file to allow for testing. ! !+ ! Initialise the logging interface !- sub Init_Logging end sub !+ ! Log a record to the log file. !- sub Log_Record( string what ) end sub !+ ! Finish using the log file. !- sub End_Logging end sub