Lines Matching refs:log

56     private static final Logger log = 
136 log.info("Running...");
148 log.log(Level.INFO, "Running indexer with configuration ''{0}''",
157 log.info("Update source repositories");
160 log.log(Level.INFO, "Starting index, update {0} noThreads {1} subfiles {2}",
164 log.info("Finished indexing");
172 log.warning("No publishhost given, not sending updates");
181 log.log(Level.WARNING, "Cannot Run indexing without proper configuration file ''{0}''", configfile);
186 log.warning("Exception running indexing: " + e.getMessage());
187 log.log(Level.FINE, "run", e);
215 log.finer("Received timer notification");
219 log.info("Indexing is disabled, doing nothing");
222 log.log(Level.WARNING, "Received unknown notification type ''{0}''",
235 log.info("Starting indexing.");
243 log.warning("Previous indexer is still alive, will not start another.");
246 log.fine("Previous indexer is no longer alive, starting a new one.");
254 log.fine("Waiting for indexer to finish ...");
256 log.fine("indexer finished.");
258 log.warning("Caught Exception while waiting for indexing to finish: "
260 log.log(Level.FINE, "index", e);
271 log.log(Level.FINE, "Add ''{0}'' analyzer {1}", new Object[]{path, analyzer});
279 log.log(Level.FINE, "File remove ''{0}''", path);
287 log.log(Level.FINE, "File updated ''{0}''", path);
297 log.log(Level.FINE, "Added ''{0}'' analyzer {1}", new Object[]{path, analyzer});
306 log.log(Level.FINE, "File removed ''{0}''", path);
365 log.log(Level.CONFIG, "Adds a notify listener, with obj {0}", obj.toString());
381 log.info("removes a notify listener, no obj");
405 log.log(Level.CONFIG, "removes a notify listener obj {0}", obj);
445 log.log(Level.CONFIG, "start notifying {0} listeners",
453 log.log(Level.FINE, "having one with obj {0}", nl.getObj());
460 log.log(Level.WARNING, "Ex " + exnot, exnot);
465 log.warning("Exception during notification sending: " + ex.getMessage());
466 log.log(Level.FINE, "doNotify", ex);