Class CrawlerLogHelper

java.lang.Object
org.codelibs.fess.crawler.helper.impl.LogHelperImpl
org.codelibs.fess.helper.CrawlerLogHelper
All Implemented Interfaces:
org.codelibs.fess.crawler.helper.LogHelper

public class CrawlerLogHelper extends org.codelibs.fess.crawler.helper.impl.LogHelperImpl
  • Constructor Details

    • CrawlerLogHelper

      public CrawlerLogHelper()
  • Method Details

    • log

      public void log(org.codelibs.fess.crawler.log.LogType key, Object... objs)
      Specified by:
      log in interface org.codelibs.fess.crawler.helper.LogHelper
      Overrides:
      log in class org.codelibs.fess.crawler.helper.impl.LogHelperImpl
    • processStartCrawling

      protected void processStartCrawling(Object... objs)
      Overrides:
      processStartCrawling in class org.codelibs.fess.crawler.helper.impl.LogHelperImpl
    • processCleanupCrawling

      protected void processCleanupCrawling(Object... objs)
      Overrides:
      processCleanupCrawling in class org.codelibs.fess.crawler.helper.impl.LogHelperImpl
    • processProcessChildUrlByException

      protected void processProcessChildUrlByException(Object... objs)
      Overrides:
      processProcessChildUrlByException in class org.codelibs.fess.crawler.helper.impl.LogHelperImpl
    • processProcessChildUrlsByException

      protected void processProcessChildUrlsByException(Object... objs)
      Overrides:
      processProcessChildUrlsByException in class org.codelibs.fess.crawler.helper.impl.LogHelperImpl
    • processFinishedCrawling

      protected void processFinishedCrawling(Object... objs)
      Overrides:
      processFinishedCrawling in class org.codelibs.fess.crawler.helper.impl.LogHelperImpl
    • processCrawlingAccessException

      protected void processCrawlingAccessException(Object... objs)
      Overrides:
      processCrawlingAccessException in class org.codelibs.fess.crawler.helper.impl.LogHelperImpl
    • processCrawlingException

      protected void processCrawlingException(Object... objs)
      Overrides:
      processCrawlingException in class org.codelibs.fess.crawler.helper.impl.LogHelperImpl
    • storeFailureUrl

      protected void storeFailureUrl(org.codelibs.fess.crawler.CrawlerContext crawlerContext, org.codelibs.fess.crawler.entity.UrlQueue<?> urlQueue, String errorName, Throwable e)
    • getCrawlingConfig

      protected CrawlingConfig getCrawlingConfig(String sessionCountId)