Re: slf4j logging

2007-09-13 Thread guttikonda
/7/07, kwtan [EMAIL PROTECTED] 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! -- View this message in context: http://www.nabble.com/slf4j-logging-tf4402442s16868.html#a12559048 Sent from

Re: slf4j logging

2007-09-13 Thread Maarten Bosteels
on how to use the slf4j framework to log it into a flat file using properties file! It is similar to log4j? Thank you! -- View this message in context: http://www.nabble.com/slf4j-logging-tf4402442s16868.html#a12559048 Sent from the Apache MINA Support Forum mailing list archive

Re: slf4j logging

2007-09-07 Thread Maarten Bosteels
[EMAIL PROTECTED] 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! -- View this message in context: http://www.nabble.com/slf4j-logging-tf4402442s16868.html#a12559048 Sent from the Apache MINA

Re: slf4j logging

2007-09-07 Thread Mike Heath
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