-- YggLogImpls.config -- Copyright Ó 1989 by Xerox Corporation. All rights reserved. -- Last edited by -- Bob Hagmann July 6, 1989 9:47:18 am PDT YggLogImpls: CONFIG IMPORTS Basics, CamelotRecoverable, ConstArith, Mach, Process, RuntimeError, SafeStorage, YggBuffMan, YggdrasilInit, YggFile, YggTransaction EXPORTS ALL CONTROL YggLogBasicWriteImpl, YggLogBasicImpl, YggRestartFileImpl, YggLogImpl = BEGIN YggLogBasicWriteImpl; YggLogBasicImpl; YggRestartFileImpl; YggLogImpl; END.