Wednesday, October 17, 2007

Why use log adapter (generic logging)

Long time ago I have a question "Why use common logging, why not use log4j?"
The answer is "Because you can use different log implementation".
Unsatisfying answer.
But past week ago I found SLF4J and I use it for jSMPP projects.

It comes answer that we are creating API/Component that might be use with application using unpredictable log implementation.