- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getLogNotificationIntervalAsInteger (0.15 seconds)
-
src/test/java/org/codelibs/fess/job/LogNotificationJobTest.java
} @Override public String getNotificationTo() { return notificationTo; } @Override public Integer getLogNotificationIntervalAsInteger() { return 300; } @Override public String getIndexLogIndex() { return "fess_log"; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 10.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/LogNotificationJob.java
postcard.setLevel(level); postcard.setCount(String.valueOf(levelEvents.size())); postcard.setInterval(String.valueOf(fessConfig.getLogNotificationIntervalAsInteger())); postcard.setDetails(details); }); } catch (final Exception e) { logger.warn("Failed to send log notification.", e);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* @return The value of found property. (NotNull: if not found, exception but basically no way) * @throws NumberFormatException When the property is not integer. */ Integer getLogNotificationIntervalAsInteger(); /** * The simple implementation for configuration. * @author FreeGen */ public static class SimpleImpl extends FessEnv.SimpleImpl implements FessConfig {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)