Lines Matching defs:log
59 private static final Logger log = Logger.getLogger(RuntimeEnvironment.class.getName());
93 OpenGrokLogger.getLogger().log(Level.SEVERE, "Failed to get canonical path", ex);
302 log.log(Level.SEVERE, "Error: No Exuberant Ctags found in PATH !\n"
880 log.log(Level.FINE, "OpenGrok: Got request from {0}",
889 if (log.isLoggable(Level.FINE)) {
890 log.log(Level.FINE, "new config:{0}", new String(buf));
898 log.log(Level.INFO, "Configuration updated: {0}", configuration.getSourceRoot());
901 log.log(Level.SEVERE, "Error reading config file: ", e);
903 log.log(Level.SEVERE, "Error parsing config file: ", e);
913 log.log(Level.FINE, "Problem resolving sender: ", ex);
915 log.log(Level.FINE, "I/O error when waiting for config: ", ex);