예제 #1
0
 static void e(String msg) {
   LogUtil.error(TAG, msg);
 }
예제 #2
0
 static void w(String msg) {
   LogUtil.warn(TAG, msg);
 }