Liferay Log Utilty

I'm searching for a solution, here is my problem, I want to develop a log utility system using Liferay extension environment(or maybe liferay portlet) as a new plugin. There are various portlets in our portal which each of them has a database search capability in its form, I would like to implement a feature to log user's action(specially search queries) during their session , How can I implement this feature as a standalone deployable plugin which does not impose a lot of changes in our portlets?


Use Message Bus framework: in every portlet you have to insert custom code to send a message of what happens.

You have to build a new plugin with message bus listener that collects every message and log it.

链接地址: http://www.djcxy.com/p/60158.html

上一篇: Liferay 6.1.20:最小化并捆绑主题Javascript

下一篇: Liferay Log Utilty