LogInfoArray:
TYPE =
RECORD[
logFileInfo: REF LogFileInfo LogEntryObject,
createMsg: REF CreateMsg LogEntryObject,
expungeMsgs: REF ExpungeMsgs LogEntryObject,
writeExpungeLog: REF WriteExpungeLog LogEntryObject,
createMsgSet: REF CreateMsgSet LogEntryObject,
emptyMsgSet: REF EmptyMsgSet LogEntryObject,
destroyMsgSet: REF DestroyMsgSet LogEntryObject,
addMsg: REF AddMsg LogEntryObject,
removeMsg: REF RemoveMsg LogEntryObject,
moveMsg: REF MoveMsg LogEntryObject,
hasbeenRead: REF HasBeenRead LogEntryObject,
recordNewMailInfo: REF RecordNewMailInfo LogEntryObject,
startCopyNewMail: REF StartCopyNewMail LogEntryObject,
endCopyNewMailInfo: REF EndCopyNewMailInfo LogEntryObject,
acceptNewMail: REF AcceptNewMail LogEntryObject,
startReadArchiveFile: REF StartReadArchiveFile LogEntryObject,
endReadArchiveFile: REF EndReadArchiveFile LogEntryObject,
startCopyReadArchive: REF StartCopyReadArchive LogEntryObject,
endCopyReadArchiveInfo: REF EndCopyReadArchiveInfo LogEntryObject,
endOfLog: REF EndOfLog LogEntryObject
];