Visualização combinada Visão plana Exibição em árvore
Tópicos [ Anterior | Próximo ]
toggle
Björn Ryding
SL4J adapter for Liferay's logging service
12 de Janeiro de 2012 01:21
Resposta

Björn Ryding

Ranking: Liferay Master

Mensagens: 582

Data de entrada: 16 de Maio de 2007

Mensagens recentes

In our projects we use SL4J for logging.

from sl4j.org:
"The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time."

A couple of months ago a team mate created a SL4J adapter for Liferay's logging service. We replaced the sl4j adapter for log4j that Liferay ships with (sl4j-log4j12.jar) with the new adapter and now copy the adapter to our plugins at deploy time by defining the adapter as a dependency in portal.dependency.jars in liferay-plugin-package.properties.

We can now control log levels in the control panel and so on for the plugins that use SL4J.

The code is available at https://github.com/bjorn-ryding/slf4j-liferay-adapter

Could it be interesting to ship Liferay with this adapter? VGR who financed the development is willing to donate the code.

Cheers,
Björn
Sampsa Sohlman
RE: SL4J adapter for Liferay's logging service
3 de Setembro de 2012 14:51
Resposta

Sampsa Sohlman

LIFERAY STAFF

Ranking: Regular Member

Mensagens: 183

Data de entrada: 27 de Setembro de 2007

Mensagens recentes

Hi Björn

This is great stuff. I was thinking to do same couple of years ago, but did not anything about it. Slf4j it is easy to bind most of the application servers at market, so please I make issue to LR jira and I will vote for it.

- Sampsa
Björn Ryding
RE: SL4J adapter for Liferay's logging service
2 de Outubro de 2012 01:07
Resposta

Björn Ryding

Ranking: Liferay Master

Mensagens: 582

Data de entrada: 16 de Maio de 2007

Mensagens recentes

Thanks Sampsa!

Liferay actually implemented a similar solution shortly after my post. Their implementation is in util-java and makes it trivial to use the Liferay logging system through SLF4J in Liferay 6.1. However, if you would like to use another SLF4J binding than the Liferay one it's a bit annoying that their implementation ended up in util-java.

Cheers,
Björn