Lines Matching refs:log

69     static final Logger log = Logger.getLogger(Indexer.class.getName());
352 log.log(Level.SEVERE, "Unable to use {0} as a FileAnalyzerFactory", arg[1]);
353 log.log(Level.SEVERE, "Stack: ", e.fillInStackTrace());
512 log.log(Level.SEVERE, "Exception running indexer", ex);
517 log.log(Level.SEVERE, "Unexpected Exception", e);
556 log.log(Level.INFO, "Scanning for repositories...");
560 log.log(Level.INFO, "Done scanning for repositories ({0}s)", time);
598 log.log(Level.WARNING, "Clearing history cache failed: {0}", e.getLocalizedMessage());
666 log.log(Level.INFO, "Writing configuration to {0}", configFilename);
668 log.info("Done...");
672 log.log(Level.INFO, "Generating history cache for all repositories ...");
674 log.info("Done...");
676 log.log(Level.INFO, "Generating history cache for specified repositories ...");
678 log.info("Done...");
694 log.info("Starting indexing");
710 log.log(Level.WARNING, "Could not find a project for \"{0}\"", path);
728 log.log(Level.WARNING, "Directory does not exist \"{0}\"", path);
746 log.log(Level.SEVERE, "An error occured while "
761 log.log(Level.WARNING, "Received interrupt while waiting for executor to finish", exp);
769 log.log(Level.INFO, "Send configuration to: {0}", configHost);
775 log.log(Level.SEVERE, "Failed to send configuration to " + configHost + " (is web application server running with opengrok deployed?)", ex);
778 log.severe("Syntax error: ");
780 log.log(Level.SEVERE, "[{0}]", s);
783 log.info("Configuration update routine done, check log output for errors.");