Uses of Class
org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent
Packages that use LogNotificationHelper.LogNotificationEvent
-
Uses of LogNotificationHelper.LogNotificationEvent in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper that return types with arguments of type LogNotificationHelper.LogNotificationEventModifier and TypeMethodDescriptionLogNotificationHelper.drainAll()Drains all events from the buffer and returns them as a list.Methods in org.codelibs.fess.helper with parameters of type LogNotificationHelper.LogNotificationEventModifier and TypeMethodDescriptionvoidLogNotificationHelper.offer(LogNotificationHelper.LogNotificationEvent event) Offers an event to the buffer. -
Uses of LogNotificationHelper.LogNotificationEvent in org.codelibs.fess.job
Method parameters in org.codelibs.fess.job with type arguments of type LogNotificationHelper.LogNotificationEventModifier and TypeMethodDescriptionprotected StringLogNotificationJob.formatDetails(List<LogNotificationHelper.LogNotificationEvent> events, int maxDetailsLength, int maxDisplayEvents, int maxMessageLength) Formats a list of log notification events into a human-readable summary string.