JakeWharton / timber

A logger with a small, extensible API which provides utility on top of Android's normal Log class.
https://jakewharton.github.io/timber/docs/5.x/
Apache License 2.0
10.42k stars 959 forks source link

Live templates support? #173

Open gengjiawen opened 7 years ago

gengjiawen commented 7 years ago

Hi, I don't know how much people using live templates.I heavily rely on it and think it as a good way to improve productivity.So I write a simple script to generate the template xml for timber.You can find it here https://github.com/gengjiawen/AndroidHelper/tree/06708c2040d61f8ba7b12cb3d8bb9d550638f52c/codegen_util/Timber . So my question is:

gengjiawen commented 7 years ago

I created an app for this, for anyone interested, please take a look at https://github.com/gengjiawen/android-studio-helper.

timber