Home | History | Annotate | Download | only in scandir

Lines Matching defs:LOG

79  * <i>and or</i> log a {@link
121 private static final Logger LOG =
149 // The ResultLogManager that this DirectoryScanner will use to log
170 * @param logManager The info log manager with which to log the info
182 throw new IllegalArgumentException("log=null");
313 // LOGRESULT was configured - log actions carried out.
320 LOG.fine("Failed to execute action: " +action +
333 LOG.finest("File processed: "+taken+" - "+file.getAbsolutePath());
347 LOG.fine("Failed to delete: "+file.getAbsolutePath());
369 LOG.fine("Failed to notify: "+file.getAbsolutePath());
377 logManager.log(new ResultRecord(config, actions,file));
380 LOG.fine("Failed to log: "+file.getAbsolutePath());
491 if (LOG.isLoggable(Level.FINEST))
492 LOG.log(Level.FINEST,"scan task failed: "+x,x);
493 else if (LOG.isLoggable(Level.FINE))
494 LOG.log(Level.FINE,"scan task failed: "+x);