Skip to content

logcat format;logcat json;logcat;Alogger;logger;json fromat;json output;print json

License

Notifications You must be signed in to change notification settings

TracyZhangLei/AwesomeLogger

Repository files navigation

AwesomeLogger

像系统自带Log一样简单的调用,日志形式更加清晰易懂,json化的数据可以直接打印出来,省去转换的麻烦,试试吧。 ####引入:

compile 'cc.tracyzhang:AwesomeLogger:1.0.0'

####用法:

firstly,use soft wraps in logcat to make sure the log shown in one line,like that:

use soft wraps

then:

  • ALogger.d(tag,obj)
  • ALogger.i(tag,obj)
  • ALogger.w(tag,obj)
  • ALogger.e(tag,obj)

####示例: usage

sample

About

logcat format;logcat json;logcat;Alogger;logger;json fromat;json output;print json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages