Lines Matching refs:log

61     private static final Logger log = Logger.getLogger("org.opensolaris.opengrok");
117 log.info("Running...");
128 log.log(Level.INFO, "Running indexer with configuration {0}", configfile);
135 log.info("Update source repositories");
138 log.log(Level.INFO, "Starting index, update {0} noThreads {1} subfiles {2}", new Object[]{String.valueOf(update), String.valueOf(noThreads), String.valueOf(subFiles.size())});
140 log.info("Finished indexing");
147 log.warning("No publishhost given, not sending updates");
155 log.log(Level.WARNING, "Cannot Run indexing without proper configuration file {0}", configfile);
159 log.log(Level.SEVERE,
188 log.finer("Received timer notification");
192 log.info("Indexing is disabled, doing nothing");
195 log.log(Level.WARNING, "Received unknown notification type: {0}", n.getType());
207 log.info("Starting indexing.");
215 log.warning("Previous indexer is still alive, will not start another.");
218 log.fine("Previous indexer is no longer alive, starting a new one.");
226 log.fine("Waiting for indexer to finish...");
228 log.fine("indexer finished.");
230 log.log(Level.SEVERE,
239 log.log(Level.INFO, "Add {0} analyzer {1}", new Object[]{path, analyzer});
244 log.log(Level.INFO, "File remove {0}", path);
249 log.log(Level.INFO, "File updated {0}", path);
256 log.log(Level.INFO, "Added {0} analyzer {1}", new Object[]{path, analyzer});
262 log.log(Level.INFO, "File removed {0}", path);
304 log.log(Level.CONFIG, "Adds a notiflistner, with obj {0}", obj.toString());
315 log.info("removes a notiflistener, no obj");
334 log.log(Level.CONFIG, "removes a notiflistener obj {0}", obj);
371 log.log(Level.CONFIG, "start notifying {0} listeners", notifListeners.size());
378 log.log(Level.FINE, "having one with obj {0}", nl.getObj());
385 log.log(Level.WARNING, "Ex " + exnot, exnot);
390 log.log(Level.SEVERE,