Searched defs:Log (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DLog.java29 class Log { class
35 android.util.Log.v(LOGTAG, /* SystemClock.uptimeMillis() + " " + */ logMe);
39 android.util.Log.i(LOGTAG, logMe);
43 android.util.Log.e(LOGTAG, logMe);
47 android.util.Log.e(LOGTAG, logMe, ex);
51 android.util.Log.wtf(LOGTAG, logMe);
/packages/apps/Email/src/org/apache/james/mime4j/
H A DLog.java24 public class Log { class
25 public Log(Class mClazz) { method in class:Log
54 android.util.Log.v(Email.LOG_TAG, toString(message, null));
59 android.util.Log.v(Email.LOG_TAG, toString(message, t));
64 android.util.Log.d(Email.LOG_TAG, toString(message, null));
69 android.util.Log.d(Email.LOG_TAG, toString(message, t));
74 android.util.Log.i(Email.LOG_TAG, toString(message, null));
79 android.util.Log.i(Email.LOG_TAG, toString(message, t));
83 android.util.Log.w(Email.LOG_TAG, toString(message, null));
87 android.util.Log
[all...]

Completed in 62 milliseconds