Log.d(String, String) if Log.DEBUG level is loggable at the time.Log.d(String, String, Throwable) if Log.DEBUG level is loggable
at the time.Application.onCreate() to dispatch, that application
was just created.Application.onConfigurationChanged(Configuration)
to dispatch changed configuration.Log.e(String, String) if Log.ERROR level is loggable at the time.Log.e(String, String, Throwable) if Log.ERROR level is loggable
at the time.RuntimeException implementation that may be used to dispatch errors occurred during
normal execution.ErrorException.ErrorException(int, String) with empty message.ErrorException.ErrorException(int, String, Throwable) with null throwable cause.ErrorException.ErrorException(int, String, Throwable) with empty message.0.Log.println(int, String, String) with the specified parameters.Log.getStackTraceString(Throwable).Log.i(String, String) if Log.INFO level is loggable at the time.Log.i(String, String, Throwable) if Log.INFO level is loggable
at the time.Locale for an Android
application.Locale.ENGLISH.Logger.forceLog(int, String, String) if the specified level is
loggable at the time.0.Toaster.showToast(Context, int, int) with Toast.LENGTH_SHORT
duration flag.Toast with the formatted text obtained from an application
resources by the specified resId.Toaster.showToast(Context, int, String, Object...), but the specified
text will be formatted by the given args during of the obtaining process
from an application resources.Toaster.showToast(Context, CharSequence, int) where the given args
will be used to format the specified textToaster.showToast(Context, CharSequence, int) with Toast.LENGTH_SHORT
duration flag.Toast with the formatted text.Toast class and its API to provide simpler usage when showing toast messages.showToast(...)
methods.Log.v(String, String) if Log.VERBOSE level is loggable at the time.Log.v(String, String, Throwable) if Log.VERBOSE level is loggable
at the time.Log.w(String, String) if Log.WARN level is loggable at the time.Log.w(String, Throwable) if Log.WARN level is loggable at the time.Log.w(String, String, Throwable) if Log.WARN level is loggable
at the time.Log.wtf(String, String).Log.wtf(String, Throwable).Log.wtf(String, String, Throwable).