slf4j is just a logging facade (similar to Jakarta Commons Logging), see http://www.slf4j.org/. slf4j is just an API that has wrappers for various logging implementations such as log4j. If you want to use log4j, you can use the slf4j-log4j wrapping implementation and all the slf4j logging calls will use log4j for the actually logging.

-Mike

kwtan wrote:
I have no idea on how to use the slf4j framework to log it into a flat file
using properties file! It is similar to log4j?

Thank you!

Reply via email to