psdi.app.bim.loader

Class ExportLogger

  • All Implemented Interfaces:
    ProgressLogger, MessageLogger


    public class ExportLogger
    extends ProgressLoggerBase
    The class tracks the progress of model loading activity including both the % complete and any log messages. The Maximo database is periodically updated to reflect the load status and allow the user to see the status in the import UI

    This class is called from the ModelLoader. All write to BIMSession should be handled by this class not the ModelLoader to prevent concurrent update problems.