"process", CPMUtils.CPM_LOG_RESOURCE_BUNDLE, "UIMA_CPM_use_default_timer__FINEST",
new Object[] { Thread.currentThread().getName() });
}
}
UimaTimer uimaTimer = TimerFactory.getTimer();
if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {
UIMAFramework.getLogger(this.getClass()).logrb(Level.FINEST, this.getClass().getName(),
"process", CPMUtils.CPM_LOG_RESOURCE_BUNDLE, "UIMA_CPM_use_custom_timer__FINEST",
new Object[] { Thread.currentThread().getName(), uimaTimer.getClass().getName() });
}
procTr = new ProcessTrace_impl(uimaTimer, aProps);
String checkpointFileName = null;
if (cpeFactory.getCPEConfig().getCheckpoint() != null