Using Apache LogFactory on Android
I am migrating some Java code to Android. The codebase contain quite a bit
LogFactory.getLog(xxx). The LogFactory comes from
org.apache.commons.logging.LogFactory
How can I use it in Android, if not, what is the best replacement for it?
Thank you!
No comments:
Post a Comment