Android-log £神魔★判官ぃ 2022-04-10 05:25 204阅读 0赞 1、简介 Android-log 是一个用于android打印的库 网站:[https://github.com/snowdream/android-log][https_github.com_snowdream_android-log] 2、用法 1、enable/disable log Log.setEnabled(true); Log.setEnabled(false); 2、set the Tag for the log Log.setTag("Android"); 3、log simple Log.d("test"); Log.v("test"); Log.i("test"); Log.w("test"); Log.e("test"); 4、log advance Log.d("test",new Throwable("test")); Log.v("test",new Throwable("test")); Log.i("test",new Throwable("test")); Log.w("test",new Throwable("test")); Log.e("test",new Throwable("test")); 3、下载 方法一、点击下面的jar即可下载。 <table style="margin:0px; width:999px; border-collapse:collapse; border:1px solid"> <thead style="margin:0px"> <tr style="margin:0px"> <th style="margin:0px; font-size:14px; border:none; padding:5px 7px 4px; line-height:18px; height:20px; background-color:rgb(0,102,153); color:rgb(255,255,255)"> GroupId</th> <th style="margin:0px; font-size:14px; border:none; padding:5px 7px 4px; line-height:18px; height:20px; background-color:rgb(0,102,153); color:rgb(255,255,255)"> ArtifactId</th> <th style="margin:0px; font-size:14px; border:none; padding:5px 7px 4px; line-height:18px; height:20px; background-color:rgb(0,102,153); color:rgb(255,255,255)"> Latest Version</th> <th style="margin:0px; font-size:14px; border:none; padding:5px 7px 4px; line-height:18px; height:20px; background-color:rgb(0,102,153); color:rgb(255,255,255)"> Updated</th> <th style="margin:0px; font-size:14px; border:none; padding:5px 7px 4px; line-height:18px; height:20px; background-color:rgb(0,102,153); color:rgb(255,255,255)"> Download</th> </tr> </thead> <tbody style="margin:0px"> <tr style="margin:0px; line-height:22px"> <td style="margin:0px; font-size:1em; border:none; padding:3px 7px 2px"><a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.snowdream.android%22" style="margin:0px; color:rgb(0,51,102)" rel="nofollow">com.github.snowdream.android</a></td> <td style="margin:0px; font-size:1em; border:none; padding:3px 7px 2px"><a href="http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22log%22" style="margin:0px; color:rgb(0,51,102)" rel="nofollow">log</a></td> <td style="margin:0px; font-size:1em; border:none; padding:3px 7px 2px"><a href="http://search.maven.org/#artifactdetails%7Ccom.github.snowdream.android%7Clog%7C0.0.1%7Cjar" style="margin:0px; color:rgb(0,51,102)" rel="nofollow">0.0.1</a></td> <td style="margin:0px; font-size:1em; border:none; padding:3px 7px 2px">19-Jan-2013</td> <td style="margin:0px; font-size:1em; border:none; padding:3px 7px 2px"><a href="http://search.maven.org/remotecontent?filepath=com/github/snowdream/android/log/0.0.1/log-0.0.1.pom" style="margin:0px; color:rgb(0,51,102)" rel="nofollow">pom</a> <a href="http://search.maven.org/remotecontent?filepath=com/github/snowdream/android/log/0.0.1/log-0.0.1.jar" style="margin:0px; color:rgb(0,51,102)" rel="nofollow">jar</a> <a href="http://search.maven.org/remotecontent?filepath=com/github/snowdream/android/log/0.0.1/log-0.0.1-javadoc.jar" style="margin:0px; color:rgb(0,51,102)" rel="nofollow">javadoc.jar</a> <a href="http://search.maven.org/remotecontent?filepath=com/github/snowdream/android/log/0.0.1/log-0.0.1-sources.jar" style="margin:0px; color:rgb(0,51,102)" rel="nofollow">sources.jar</a> </td> </tr> </tbody> </table> 方法二、Maven方式 <dependency> <groupId>com.github.snowdream.android</groupId> <artifactId>log</artifactId> <version>0.0.1</version> </dependency> 欢迎大家关注我的[微信][Link 1]公众号: [微信][Link 1]公众号:sn0wdr1am ![Center][] [https_github.com_snowdream_android-log]: https://github.com/snowdream/android-log [Link 1]: http://lib.csdn.net/base/wechat [Center]: /images/20220402/e0f967d88ab74743998d16a7f975cd0f.png
还没有评论,来说两句吧...