java - Using Apache LogFactory on Android -


i migrating java code android. codebase contain quite bit logfactory.getlog(xxx). logfactory comes org.apache.commons.logging.logfactory

how can use in android, if not, best replacement it?

thank you!

you might want @ slf4j wrap android logging functions. aware jar files on site behind source held in git, , 1.6.1-rc1 jar has been 'release candidate' since 2010.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -