浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

android-logging-log4j - Logging with Log4J in Android | providing LogCat appender, configuration facade and slf4j support - Google Project Hosting

Logging with Log4J in Android

Why logging with log4j in Android is problematic

Features

 

Provides

  • logging in Android using log4j
  • support for logging with slf4j in Android using log4j
  • a LogCatAppender for log4j, which logs to LogCat
  • a log4j configuration facade class for convenient Log4J configuration
  • no modified log4j.jar is needed

 

Maven support

 

For users using Maven for Android

 

<dependency>
 
<groupId>de.mindpipe.android</groupId>
 
<artifactId>android-logging-log4j</artifactId>
 
<version>1.0.3</version>
</dependency>
posted on 2012-11-25 11:25  lexus  阅读(107)  评论(0)    收藏  举报