-- LogImpls.config
-- Last edited by
--   MBrown on January 30, 1984 5:51:58 pm PST
-- Carl Hauser, October 4, 1985 2:26:17 pm PDT

LogImpls: CONFIG
  IMPORTS
    AlpineZones, ConvertUnsafe, Process, Rope, RuntimeError, SafeStorage,
    FileMap, FilePageMgr, InitProcs, TransactionMap
  EXPORTS
    ALL
  CONTROL
    LogBasicTailImpl,
    LogBasicCoreImpl,
    RestartFileImpl,
    AlpineLogImpl
  = BEGIN

  LogBasicTailImpl;
  LogBasicCoreImpl;
  RestartFileImpl;
  AlpineLogImpl;

  END.