- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 1,050 for Logger (0.07 sec)
-
src/main/java/org/codelibs/fess/crawler/service/FessUrlQueueService.java
* based on crawling configuration parameters. */ public class FessUrlQueueService extends OpenSearchUrlQueueService { private static final Logger logger = LogManager.getLogger(FessUrlQueueService.class); /** Configuration value for sequential URL processing order */ protected static final String ORDER_SEQUENTIAL = "sequential";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
*/ public class FessCrawlerThread extends CrawlerThread { /** * Default constructor. */ public FessCrawlerThread() { super(); } private static final Logger logger = LogManager.getLogger(FessCrawlerThread.class); /** Configuration key for crawler clients used in parameter maps */ protected static final String CRAWLER_CLIENTS = "crawlerClients"; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ThreadDumpUtil.java
} /** * Prints thread dump information to the logger at INFO level. */ public static void printThreadDump() { processThreadDump(logger::info); } /** * Prints thread dump information to the logger at WARN level. */ public static void printThreadDumpAsWarn() { processThreadDump(logger::warn); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.3K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/profiles/activation/FileProfileActivator.java
} } } return false; } @Override public void enableLogging(Logger logger) { this.logger = logger; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java
import org.dbflute.utflute.core.PlainTestCase; /** * @author shinsuke * */ public class TikaExtractorTest extends PlainTestCase { private static final Logger logger = LogManager.getLogger(TikaExtractorTest.class); public TikaExtractor tikaExtractor; @Override protected void setUp() throws Exception { super.setUp();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 30.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
// Default constructor } /** Logger instance for this class. */ private static final Logger logger = LogManager.getLogger(CrawlerStatsHelper.class); /** Key used to store the begin timestamp in statistics objects. */ private static final String BEGIN_KEY = "begin"; /** Logger instance specifically for outputting crawler statistics. */ protected Logger statsLogger = null;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/fileconfig/ApiAdminFileconfigAction.java
* File configurations define settings for crawling file systems, FTP servers, and other file-based data sources. * */ public class ApiAdminFileconfigAction extends FessApiAdminAction { private static final Logger logger = LogManager.getLogger(ApiAdminFileconfigAction.class); // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
if (logger.isDebugEnabled()) { logger.debug("principal: {}", principal); } } catch (final Exception e) { final String msg = "Failed to process Authorization Header: " + request.getHeader(Constants.AUTHZ_HEADER); if (logger.isDebugEnabled()) { logger.debug(msg); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (3) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/PdfExtractorTest.java
import org.dbflute.utflute.core.PlainTestCase; /** * @author shinsuke * */ public class PdfExtractorTest extends PlainTestCase { private static final Logger logger = LogManager.getLogger(PdfExtractorTest.class); public PdfExtractor pdfExtractor; private PdfExtractor pdfExtractorForPdfPassword; @Override protected void setUp() throws Exception {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java
public AdminKeymatchAction() { super(); } /** The role name for key match administration. */ public static final String ROLE = "admin-keymatch"; /** Logger for this class. */ private static final Logger logger = LogManager.getLogger(AdminKeymatchAction.class); // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16.7K bytes - Viewed (0)