ログテキストのフォーマット方法を変更したいのですが、
現在、android.util.Log でログを記録する場合
Log.d("tag", "this is the text I added");
それは次のようになります
<!>com.appname.android.classname 1286<!> this is the text I added
として出力したい
[com.appname.android.classname:1286] this is the text I added
どうすればこれを行うことができるか考えていますか?