/opengrok/src/org/opensolaris/opengrok/index/ |
H A D | DefaultIndexChangedListener.java | 39 private static final Logger LOGGER = LoggerFactory.getLogger(DefaultIndexChangedListener.class); field in class:DefaultIndexChangedListener 43 LOGGER.log(Level.INFO, "Add: {0} ({1})", new Object[]{path, analyzer}); 48 LOGGER.log(Level.INFO, "Remove file:{0}", path); 52 LOGGER.log(Level.INFO, "Update: {0}", path); 57 LOGGER.log(Level.FINER, "Added: {0} ({1})", new Object[]{path, analyzer}); 62 LOGGER.log(Level.FINER, "Removed file:{0}", path);
|
H A D | IndexDatabase.java | 91 private static final Logger LOGGER = LoggerFactory.getLogger(IndexDatabase.class); field in class:IndexDatabase 186 LOGGER.log(Level.SEVERE, "Problem updating lucene index database: ", e); 208 LOGGER.log(Level.WARNING, "Could not find a project for \"{0}\"", path); 229 LOGGER.log(Level.WARNING, "Directory does not exist \"{0}\" .", path); 232 LOGGER.log(Level.WARNING, "An error occured while updating index", e); 245 LOGGER.log(Level.SEVERE, "An error occured while updating index", e); 331 LOGGER.severe("Unable to run ctags! searching definitions will not work!"); 382 LOGGER.log(Level.WARNING, 390 LOGGER.log(Level.INFO, "Counting files in {0} ...", dir); 392 LOGGER [all...] |
H A D | Indexer.java | 67 private static final Logger LOGGER = LoggerFactory.getLogger(Indexer.class); field in class:Indexer 197 LOGGER.log(Level.SEVERE, "Unable to use {0} as a FileAnalyzerFactory", arg[1]); 198 LOGGER.log(Level.SEVERE, "Stack: ", e.fillInStackTrace()); 207 LOGGER.log(Level.SEVERE, "Unable to use {0} as a FileAnalyzerFactory", arg[1]); 208 LOGGER.log(Level.SEVERE, "Stack: ", e.fillInStackTrace()); 610 LOGGER.log(Level.SEVERE, "Exception running indexer", ex); 615 LOGGER.log(Level.SEVERE, "Unexpected Exception", e); 618 stats.report(LOGGER); 661 LOGGER.log(Level.INFO, "Scanning for repositories..."); 667 LOGGER [all...] |
/opengrok/src/org/opensolaris/opengrok/management/client/ |
H A D | AgentConnection.java | 51 private static final Logger LOGGER = LoggerFactory.getLogger(AgentConnection.class); field in class:AgentConnection 87 LOGGER.log(Level.SEVERE, null, ex); 139 LOGGER.fine(sb.toString()); 140 LOGGER.finest(notif); 141 LOGGER.finest(source); 147 LOGGER.finest(sb.toString()); 148 LOGGER.finest(notif); 149 LOGGER.finest(source); 152 LOGGER.finest("Received notification from '" + pingBean + "' " + sb.toString()); 156 LOGGER [all...] |
H A D | OpenGrokTrayApp.java | 47 private static final Logger LOGGER = LoggerFactory.getLogger(OpenGrokTrayApp.class); field in class:OpenGrokTrayApp 81 LOGGER.log(Level.SEVERE, "Exception starting ", ex); 104 LOGGER.info("Got Event " + e.getActionCommand()); 118 LOGGER.info("Exiting..."); 133 LOGGER.finer("Config..."); 139 LOGGER.log(Level.SEVERE, null, ex); 143 LOGGER.finer("Done config"); 154 LOGGER.finest("Tray Icon - Mouse clicked!"); 159 LOGGER.finest("Tray Icon - Mouse entered!"); 164 LOGGER [all...] |
/opengrok/src/org/opensolaris/opengrok/management/ |
H A D | AgentIndexRunner.java | 55 private static final Logger LOGGER = LoggerFactory.getLogger(AgentIndexRunner.class); field in class:AgentIndexRunner 120 LOGGER.info("Running..."); 131 LOGGER.log(Level.INFO, "Running indexer with configuration {0}", configfile); 138 LOGGER.info("Update source repositories"); 141 LOGGER.log(Level.INFO, "Starting index, update {0} noThreads {1} subfiles {2}", new Object[]{String.valueOf(update), String.valueOf(noThreads), String.valueOf(subFiles.size())}); 143 LOGGER.info("Finished indexing"); 150 LOGGER.warning("No publishhost given, not sending updates"); 158 LOGGER.log(Level.WARNING, "Cannot Run indexing without proper configuration file {0}", configfile); 162 LOGGER.log(Level.SEVERE, 191 LOGGER [all...] |
H A D | OGAgent.java | 64 private static final Logger LOGGER = LoggerFactory.getLogger(OGAgent.class); field in class:OGAgent 154 LOGGER.log(Level.SEVERE, "Could not create connector server: " + e, e); 157 LOGGER.log(Level.SEVERE, "Could not start connector server: " + e, e); 160 LOGGER.log(Level.SEVERE, null, ex); 185 LOGGER.info("Starting " + Info.getFullVersion() + 190 LOGGER.fine("Finding MBeanservers, size " + mbservs.size()); 208 LOGGER.info("MBeans registered"); 220 LOGGER.log(Level.FINE, "Starting RMI registry on port {0}", rmiport); 224 LOGGER.log(Level.FINE, "Starting JMX connector on {0}", urlString); 230 LOGGER [all...] |
H A D | JMXConfiguration.java | 42 private static final Logger LOGGER = LoggerFactory.getLogger(JMXConfiguration.class); field in class:JMXConfiguration 65 LOGGER.log(Level.SEVERE,"Could not create configfile " + configfile, ioex);
|
H A D | Management.java | 39 private static final Logger LOGGER = LoggerFactory.getLogger(Management.class); field in class:Management 111 LOGGER.severe("Trying to set property with key == null"); 147 LOGGER.warning("STOPPING AGENT!"); 159 LOGGER.severe("Trying to set property with key == null");
|
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | HistoryGuru.java | 56 private static final Logger LOGGER = LoggerFactory.getLogger(HistoryGuru.class); field in class:HistoryGuru 89 LOGGER.log(Level.WARNING, 146 LOGGER.log(Level.FINEST, 345 LOGGER.log(Level.INFO, 356 LOGGER.log(Level.WARNING, "Could not create repoitory for '" 359 LOGGER.log(Level.WARNING, "Could not create repoitory for '" 367 LOGGER.log(Level.WARNING, 379 LOGGER.log(Level.CONFIG, "Adding <{0}> repository: <{1}>", 389 LOGGER.log(Level.WARNING, 401 LOGGER [all...] |
H A D | HistoryEntry.java | 44 private static final Logger LOGGER = LoggerFactory.getLogger(HistoryEntry.class); field in class:HistoryEntry 95 LOGGER.log(Level.FINE, "HistoryEntry : revision = {0}", revision); 96 LOGGER.log(Level.FINE, "HistoryEntry : tags = {0}", tags); 97 LOGGER.log(Level.FINE, "HistoryEntry : date = {0}", date); 98 LOGGER.log(Level.FINE, "HistoryEntry : author = {0}", author); 99 LOGGER.log(Level.FINE, "HistoryEntry : active = {0}", (active ? 104 LOGGER.log(Level.FINE, "HistoryEntry : message {0} {1}", 110 LOGGER.log(Level.FINE, "HistoryEntry : changeRequests {0} {1}", 116 LOGGER.log(Level.FINE, "HistoryEntry : files {0} {1}",
|
H A D | RepositoryFactory.java | 42 private static final Logger LOGGER = LoggerFactory.getLogger(RepositoryFactory.class); field in class:RepositoryFactory 98 LOGGER.log(Level.SEVERE, 104 LOGGER.log( 121 LOGGER.log(Level.WARNING, 131 LOGGER.log(Level.WARNING, 141 LOGGER.log(Level.WARNING,
|
H A D | CVSRepository.java | 47 private static final Logger LOGGER = LoggerFactory.getLogger(CVSRepository.class); field in class:CVSRepository 98 LOGGER.log(Level.WARNING, "failed to load: {0}", e); 104 LOGGER.log(Level.INFO, "failed to close: {0}", e); 108 LOGGER.log(Level.FINE, "not loading CVS Root file: {0}", e); 180 LOGGER.log(Level.WARNING, 184 LOGGER.log(Level.WARNING, 238 LOGGER.log(Level.SEVERE, 289 LOGGER.log(Level.WARNING, 321 LOGGER.log(Level.SEVERE, 339 LOGGER [all...] |
H A D | FileHistoryCache.java | 64 private static final Logger LOGGER = LoggerFactory.getLogger(FileHistoryCache.class); field in class:FileHistoryCache 292 LOGGER.log(Level.WARNING, 300 LOGGER.log(Level.WARNING, 310 LOGGER.log(Level.FINE, 338 LOGGER.log(Level.FINE, 398 LOGGER.log(Level.WARNING, 421 LOGGER.log(Level.WARNING, 434 LOGGER.log(Level.WARNING, 450 LOGGER.log(Level.WARNING, 464 LOGGER [all...] |
H A D | AccuRevRepository.java | 66 private static final Logger LOGGER = LoggerFactory.getLogger(AccuRevRepository.class); field in class:AccuRevRepository 131 LOGGER.log(Level.SEVERE, 137 LOGGER.log(Level.SEVERE, 212 LOGGER.log(Level.SEVERE, 284 LOGGER.log( 295 LOGGER.log(Level.SEVERE, 316 LOGGER.log(Level.WARNING,
|
H A D | SCCSRepository.java | 47 private static final Logger LOGGER = LoggerFactory.getLogger(SCCSRepository.class); field in class:SCCSRepository 76 LOGGER.log(Level.WARNING, 118 LOGGER.log(Level.SEVERE, 187 LOGGER.log(Level.SEVERE, 274 LOGGER.log(Level.WARNING, 278 LOGGER.log(Level.WARNING, 282 LOGGER.log(Level.WARNING,
|
H A D | ClearCaseRepository.java | 49 private static final Logger LOGGER = LoggerFactory.getLogger(ClearCaseRepository.class); field in class:ClearCaseRepository 130 LOGGER.log(Level.WARNING, 159 LOGGER.log(Level.SEVERE, 190 LOGGER.log(Level.FINEST, 358 LOGGER.log(Level.WARNING, 386 LOGGER.log(Level.SEVERE, 392 LOGGER.log(Level.CONFIG, "Found VOBs: {0}", 396 LOGGER.log(Level.SEVERE,
|
/opengrok/src/org/opensolaris/opengrok/web/ |
H A D | WebappListener.java | 53 private static final Logger LOGGER = LoggerFactory.getLogger(WebappListener.class); field in class:WebappListener 70 LOGGER.severe("CONFIGURATION section missing in web.xml"); 75 LOGGER.log(Level.WARNING, "OpenGrok Configuration error. Failed to read config file: ", ex); 81 LOGGER.log(Level.CONFIG, "Will listen for configuration on [{0}]", address); 87 LOGGER.log(Level.SEVERE, "OpenGrok: Failed to start configuration listener thread"); 90 LOGGER.log(Level.SEVERE, "OpenGrok: Failed to start configuration listener thread:", ex); 93 LOGGER.log(Level.SEVERE, "Incorrect format for the configuration address: "); 95 LOGGER.log(Level.SEVERE, "[{0}]", cfg[i]); 110 LOGGER.log(Level.INFO, AUTHORIZATION_PLUGIN_DIRECTORY + " is not set in web.xml. Default location will be used.");
|
H A D | AuthorizationFilter.java | 41 private static final Logger LOGGER = LoggerFactory.getLogger(AuthorizationFilter.class); field in class:AuthorizationFilter 56 LOGGER.log(Level.SEVERE, "access denied for uri: {0}", httpReq.getRequestURI());
|
/opengrok/src/org/opensolaris/opengrok/search/context/ |
H A D | RegexpMatcher.java | 38 private static final Logger LOGGER = LoggerFactory.getLogger(RegexpMatcher.class); field in class:RegexpMatcher 49 LOGGER.log(Level.WARNING, "RegexpMatcher: {0}", e.getMessage() );
|
/opengrok/src/org/opensolaris/opengrok/authorization/ |
H A D | AuthorizationFramework.java | 55 private static final Logger LOGGER = LoggerFactory.getLogger(AuthorizationFramework.class); field in class:AuthorizationFramework 118 LOGGER.log(Level.INFO, "plugin directory not found or not readable: {0}. " 151 LOGGER.log(Level.SEVERE, "Plugin \"" + plugin.getClass().getName() + "\" has failed while unloading with exception:", ex); 170 LOGGER.log(Level.SEVERE, "Plugin \"" + plugin.getClass().getName() + "\" has failed while unloading with exception:", ex); 223 LOGGER.log(Level.INFO, "Class was not found: ", ex); 225 LOGGER.log(Level.INFO, "Class was found but it is placed in prohibited package: ", ex); 227 LOGGER.log(Level.INFO, "Class couldn not be instantiated: ", ex); 229 LOGGER.log(Level.INFO, "Class loader threw an exception: ", ex); 231 LOGGER.log(Level.INFO, "Class loader threw an uknown error: ", ex); 249 LOGGER [all...] |
/opengrok/src/org/opensolaris/opengrok/util/ |
H A D | Executor.java | 51 private static final Logger LOGGER = LoggerFactory.getLogger(Executor.class); field in class:Executor 168 LOGGER.log(Level.FINE, 187 LOGGER.log(Level.SEVERE, 202 LOGGER.log(Level.INFO, 215 LOGGER.log(Level.FINE, 226 LOGGER.log(Level.SEVERE, 231 LOGGER.log(Level.SEVERE, 261 LOGGER.log(Level.WARNING, msg.toString()); 373 LOGGER.log(Level.FINE, "Installing default uncaught exception handler"); 377 LOGGER [all...] |
H A D | IOUtils.java | 46 private static final Logger LOGGER = LoggerFactory.getLogger(IOUtils.class); field in class:IOUtils 57 LOGGER.log(Level.WARNING, "Failed to close resource: ", e);
|
/opengrok/src/org/opensolaris/opengrok/analysis/ |
H A D | Ctags.java | 49 private static final Logger LOGGER = LoggerFactory.getLogger(Ctags.class); field in class:Ctags 197 LOGGER.log(Level.INFO, "Adding extra options to ctags"); 206 LOGGER.log(Level.FINE, "Executing ctags command [{0}]", commandStr); 228 LOGGER.log(Level.WARNING, "Got an exception reading ctags error stream: ", exp); 231 LOGGER.log(Level.WARNING, "Error from ctags: {0}", sb.toString()); 380 LOGGER.warning("Unexpected end of file!"); 385 LOGGER.log(Level.WARNING, "ctags exited with code: {0}", val); 388 LOGGER.log(Level.WARNING, "Ctags problem: ", e); 390 LOGGER.fine("Ctag read"); 400 LOGGER [all...] |
/opengrok/test/org/opensolaris/opengrok/analysis/haskell/ |
H A D | HaskellSymbolTokenizerTest.java | 50 private static final Logger LOGGER = LoggerFactory.getLogger(HaskellSymbolTokenizerTest.class); field in class:HaskellSymbolTokenizerTest 81 LOGGER.log(Level.SEVERE, null, termsFor);
|