/* 99 */ int index = 0;
/* 100 */ int counter = 0;
/* */
/* 102 */ boolean isLogFile = false;
/* */
/* 104 */ this._loadDialog = new LogFactor5LoadingDialog(this._monitor.getBaseFrame(), "Loading file...");
/* */ try
/* */ {
/* 109 */ String logRecords = loadLogFile(this._in);
/* */
/* 111 */ while ((counter = logRecords.indexOf("[slf5s.start]", index)) != -1) {