- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setLoggerName (0.07 sec)
-
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
return action.replace('\t', ' '); } protected void log(final StringBuilder buf) { statsLogger.info(buf.toString()); } public void setLoggerName(final String loggerName) { this.loggerName = loggerName; } public void setMaxCacheSize(final long maxCacheSize) { this.maxCacheSize = maxCacheSize; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
this.userCheckInterval = userCheckInterval; } public void setUserInfoCacheSize(final int userInfoCacheSize) { this.userInfoCacheSize = userInfoCacheSize; } public void setLoggerName(final String loggerName) { this.loggerName = loggerName; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jul 22 02:07:37 UTC 2024 - 21.7K bytes - Viewed (0)