+

Search Tips   |   Advanced Search

Custom log listeners


When the log method of a logging bean is called, the feedback facility generates a log event. A log event is also generated when a rule is executed. Log listeners process these log events and either store the event data or perform custom processing with these events.

The Feedback component provides two default log listeners, the LMListener that collects data for use by the LikeMinds recommendation engine and the FeedbackListener that collects data for use in the feedback reports. Custom log listeners can be used to modify the default behavior of the FeedbackListener or to implement a listenethat provides user-specific behavior.

There are a number of reasone that we might want to provide a customized feedback listener. Some of these are:

There are a number of reasone that we might want to provide a new custom listener class. Some of these are:


Parent: Listeners and persistence