Lines Matching refs:log

93     static final Logger log = Logger.getLogger(IndexDatabase.class.getName());
162 log.log(Level.SEVERE, "Problem updating lucene index database: ", e);
184 log.log(Level.WARNING, "Could not find a project for \"{0}\"", path);
205 log.log(Level.WARNING, "Directory does not exist \"{0}\"", path);
208 log.log(Level.WARNING, "An error occured while updating index", e);
221 log.log(Level.SEVERE, "An error occured while updating index", e);
316 log.severe("Unable to run ctags! searching definitions will not work!");
380 log.log(Level.INFO, "Counting files in {0} ...", dir);
382 if (log.isLoggable(Level.INFO)) {
383 log.log(Level.INFO, "Need to process: {0} files for {1}", new Object[]{file_cnt, dir});
402 log.log(Level.WARNING, "An error occured while closing writer", e);
410 log.log(Level.WARNING, "An error occured while closing ctags process", e);
428 log.log(Level.WARNING, "Failed to set last modified time on ''{0}'', used for timestamping the index database.", timestamp.getAbsolutePath());
432 log.log(Level.WARNING, "Failed to create file ''{0}'', used for timestamping the index database.", timestamp.getAbsolutePath());
464 log.log(Level.SEVERE, "Problem updating lucene index database: ", e);
478 log.warning("Optimize terminated... Someone else is updating / optimizing it!");
485 log.info("Optimizing the index ... ");
492 log.info("done");
495 log.log(Level.FINE, "Failed to remove \"dirty-file\": {0}", dirtyFile.getAbsolutePath());
500 log.log(Level.SEVERE, "ERROR: optimizing index: {0}", e);
506 log.log(Level.WARNING, "An error occured while closing writer", e);
523 log.info("Generating spelling suggestion index ... ");
531 log.info("done");
533 log.log(Level.SEVERE, "ERROR: Generating spelling: {0}", e);
539 log.log(Level.WARNING, "An error occured while closing reader", e);
559 log.log(Level.FINE,
566 log.log(Level.FINE, "When creating dirty file: ", e);
594 log.log(Level.INFO, "Failed to remove obsolete xref-file: {0}", xrefFile.getAbsolutePath());
599 log.log(Level.FINE, "Removed empty xref dir:{0}", parent.getAbsolutePath());
629 log.log(Level.INFO,
643 log.log(Level.FINE, "Exception from analyzer {0}: {1} {2}{3}{4}{5}{6}", new String[]{fa.getClass().getName(), e.toString(), System.lineSeparator(), stack.toString(), System.lineSeparator(), sstack.toString()});
689 log.log(Level.WARNING, "Warning: could not read {0}", absolutePath);
696 log.log(Level.FINE, "Skipped symlink ''{0}'' -> ''{1}''", new Object[]{absolutePath, canonicalPath});
701 log.log(Level.WARNING, "Warning: ignored special file {0}", absolutePath);
705 log.log(Level.WARNING, "Warning: Failed to resolve name: {0}", absolutePath);
706 log.log(Level.FINE, "Stack Trace: ", exp);
728 log.log(Level.INFO, "Skipping links to itself...: {0} {1}",
737 log.log(Level.INFO, "Skipping links to parent...: {0} {1}",
745 log.log(Level.WARNING, "Warning: Failed to resolve name: {0} {1}",
829 log.log(Level.SEVERE, "Failed to get file listing for: {0}", dir.getAbsolutePath());
851 if (RuntimeEnvironment.getInstance().isPrintProgress() && est_total > 0 && log.isLoggable(Level.INFO)) {
852 log.log(Level.INFO, "Progress: {0} ({1}%)", new Object[]{lcur_count, (lcur_count * 100.0f / est_total)});
873 log.log(Level.WARNING,
948 log.log(Level.WARNING, "Warning: Could not find a project for \"{0}\"", path);
980 log.fine(Util.uid2url(iter.term().utf8ToString()));
989 log.log(Level.WARNING, "An error occured while closing index reader", e);
1013 log.log(Level.WARNING, "Warning: Could not find a project for \"{0}\"", path);
1042 log.warning(iter.term().utf8ToString());
1055 log.log(Level.WARNING, "An error occured while closing index reader", e);
1087 log.log(Level.SEVERE, "Failed to open index: {0}", indexDir.getAbsolutePath());
1088 log.log(Level.FINE, "Stack Trace: ", ex);