Home | History | Annotate | Download | only in mime4j

Lines Matching refs:Logging

19 import com.android.emailcommon.Logging;
22 * Empty stub for the apache logging library.
54 android.util.Log.v(Logging.LOG_TAG, toString(message, null));
59 android.util.Log.v(Logging.LOG_TAG, toString(message, t));
64 android.util.Log.d(Logging.LOG_TAG, toString(message, null));
69 android.util.Log.d(Logging.LOG_TAG, toString(message, t));
74 android.util.Log.i(Logging.LOG_TAG, toString(message, null));
79 android.util.Log.i(Logging.LOG_TAG, toString(message, t));
83 android.util.Log.w(Logging.LOG_TAG, toString(message, null));
87 android.util.Log.w(Logging.LOG_TAG, toString(message, t));
91 android.util.Log.e(Logging.LOG_TAG, toString(message, null));
95 android.util.Log.e(Logging.LOG_TAG, toString(message, t));
99 android.util.Log.e(Logging.LOG_TAG, toString(message, null));
103 android.util.Log.e(Logging.LOG_TAG, toString(message, t));