Searched refs:log (Results 1 - 25 of 78) sorted by relevance

1234

/opengrok/src/org/opensolaris/opengrok/util/
H A DStatistics.java38 public void report(Logger log, String msg) { argument
41 log.log(Level.INFO, msg + " (took {0})", time_str);
44 public void report(Logger log) { argument
46 log.log(Level.INFO, "Total time: {0}", getReadableTime(stopTime));
51 log.log(Level.INFO, "Final Memory: {0}M/{1}M",
H A DExecutor.java129 * @param reportExceptions Should exceptions be added to the log or not
142 * @param reportExceptions Should exceptions be added to the log or not
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(Leve
[all...]
/opengrok/src/org/opensolaris/opengrok/index/
H A DDefaultIndexChangedListener.java43 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 DIndexDatabase.java186 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);
382 LOGGER.log(Level.WARNING,
390 LOGGER.log(Level.INFO, "Counting files in {0} ...", dir);
392 LOGGER.log(Level.INFO,
419 LOGGER.log(Level.WARNING, "An error occured while closing writer", e);
427 LOGGER.log(Leve
[all...]
H A DIndexer.java197 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);
661 LOGGER.log(Level.INFO, "Scanning for repositories...");
667 LOGGER.log(Level.INFO, "Done scanning for repositories ({0}s)", time);
705 LOGGER.log(Level.WARNING, "Clearing history cache failed: {0}", e.getLocalizedMessage());
773 LOGGER.log(Leve
[all...]
/opengrok/src/org/opensolaris/opengrok/management/
H A DAgentIndexRunner.java131 LOGGER.log(Level.INFO, "Running indexer with configuration {0}", configfile);
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())});
158 LOGGER.log(Level.WARNING, "Cannot Run indexing without proper configuration file {0}", configfile);
162 LOGGER.log(Level.SEVERE,
198 LOGGER.log(Level.WARNING, "Received unknown notification type: {0}", n.getType());
233 LOGGER.log(Level.SEVERE,
242 LOGGER.log(Level.INFO, "Add {0} analyzer {1}", new Object[]{path, analyzer});
247 LOGGER.log(Level.INFO, "File remove {0}", path);
252 LOGGER.log(Level.INFO, "File updated {0}", path);
259 LOGGER.log(Leve
[all...]
H A DJMXConfiguration.java65 LOGGER.log(Level.SEVERE,"Could not create configfile " + configfile, ioex);
/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java95 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 DHistoryGuru.java89 LOGGER.log(Level.WARNING,
108 * Return whether or not a cache should be used for the history log.
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.log(Leve
[all...]
H A DRepositoryFactory.java98 LOGGER.log(Level.SEVERE,
104 LOGGER.log(
121 LOGGER.log(Level.WARNING,
131 LOGGER.log(Level.WARNING,
141 LOGGER.log(Level.WARNING,
H A DCVSRepository.java98 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);
152 * Get an executor to be used for retrieving the history log for the named
168 cmd.add("log");
180 LOGGER.log(Level.WARNING,
184 LOGGER.log(Level.WARNING,
199 // list produced by the cvs log command would be unsorted).
238 LOGGER.log(Level.SEVERE,
289 LOGGER.log(Leve
[all...]
H A DFileHistoryCache.java292 LOGGER.log(Level.WARNING,
300 LOGGER.log(Level.WARNING,
310 LOGGER.log(Level.FINE,
338 LOGGER.log(Level.FINE,
347 * history/log command executed for top-level directory of the repo
398 LOGGER.log(Level.WARNING,
421 LOGGER.log(Level.WARNING,
434 LOGGER.log(Level.WARNING,
450 LOGGER.log(Level.WARNING,
464 LOGGER.log(Leve
[all...]
H A DAccuRevRepository.java131 LOGGER.log(Level.SEVERE,
137 LOGGER.log(Level.SEVERE,
146 * Get an executor to be used for retrieving the history log for the given
212 LOGGER.log(Level.SEVERE,
284 LOGGER.log(
295 LOGGER.log(Level.SEVERE,
316 LOGGER.log(Level.WARNING,
H A DSCCSRepository.java76 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 DClearCaseRepository.java70 * Use verbose log messages, or just the summary
72 * @return true if verbose log messages are used for this repository
79 * Specify if verbose log messages or just the summary should be used
88 * Get an executor to be used for retrieving the history log for the named
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(Leve
[all...]
H A DSubversionRepository.java133 LOGGER.log(Level.WARNING,
149 LOGGER.log(Level.WARNING,
152 LOGGER.log(Level.WARNING,
155 LOGGER.log(Level.WARNING,
159 LOGGER.log(Level.WARNING,
169 * Get an executor to be used for retrieving the history log for the named
183 LOGGER.log(Level.SEVERE,
195 cmd.add("log");
264 LOGGER.log(Level.SEVERE,
393 LOGGER.log(Leve
[all...]
H A DSSCMRepository.java108 LOGGER.log(Level.WARNING,
119 * Get an executor to be used for retrieving the history log for the named
180 LOGGER.log(Level.WARNING,
185 LOGGER.log(Level.WARNING,
214 LOGGER.log(Level.WARNING,
241 LOGGER.log(Level.SEVERE,
279 LOGGER.log(Level.WARNING,
319 LOGGER.log(Level.WARNING,
348 LOGGER.log(Level.SEVERE,
/opengrok/src/org/opensolaris/opengrok/web/
H A DWebappListener.java75 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 DAuthorizationFilter.java56 LOGGER.log(Level.SEVERE, "access denied for uri: {0}", httpReq.getRequestURI());
/opengrok/src/org/opensolaris/opengrok/authorization/
H A DAuthorizationFramework.java118 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.log(Level.INFO, "Plugin \"{0}\" loaded.", pf.getClass().getName());
254 LOGGER.log(Leve
[all...]
/opengrok/src/org/opensolaris/opengrok/search/context/
H A DRegexpMatcher.java49 LOGGER.log(Level.WARNING, "RegexpMatcher: {0}", e.getMessage() );
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DCtags.java197 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());
258 //log.fine("doing >" + file + "<");
377 //log.fine("Tagline:-->" + tagLine+"<----ONELINE");
385 LOGGER.log(Level.WARNING, "ctags exited with code: {0}", val);
388 LOGGER.log(Level.WARNING, "Ctags problem: ", e);
400 LOGGER.log(Level.WARNING, "ctags encountered a problem while generating tags for the file. The index will be incomplete.");
406 //log
[all...]
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java129 LOGGER.log(Level.WARNING, "Failed to parse the number of "
157 LOGGER.log(Level.WARNING, "Failed to parse the number of "
239 LOGGER.log(Level.SEVERE, "Failed to get canonical path", ex);
519 LOGGER.log(Level.SEVERE, "Error: No Exuberant Ctags found in PATH !\n"
1206 LOGGER.log(Level.SEVERE, "Cannot generate project - repository map", ex);
1219 LOGGER.log(Level.SEVERE, "Cannot generate project - repository map", ex);
1441 LOGGER.log(Level.FINE, "OpenGrok: Got request from {0}",
1450 LOGGER.log(Level.FINE, "new config:{0}", new String(buf));
1461 LOGGER.log(Level.INFO, "Configuration updated: {0}",
1475 LOGGER.log(Leve
[all...]
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java108 protected String log = ""; field in class:Node
140 this.log = other.log;
320 * Sets the log message for the node's revision.
321 * The log message is usually used to explain why the revision took place.
328 log = value.substring(0, value.length()-1);
330 log = value;
722 s.append("log" + EOL);
723 if (log.length() == 0)
726 s.append(Archive.quoteString(log
[all...]
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java87 LOGGER.log(Level.SEVERE, null, ex);
214 LOGGER.log(Level.SEVERE, null, ex);
217 LOGGER.log(Level.SEVERE, null, ex);
274 LOGGER.log(Level.SEVERE, "Exception disconnecting " + e.getMessage(), e);

Completed in 40 milliseconds

1234