The methods of Android.Util.Log are listed below. For a list of all members, see the Log Members list.
See Also: Inherited members from Java.Lang.Object
static | Debug(string, string)Send a Log.DEBUG log message. | |
static | Debug(string, Java.Lang.Throwable, string)Documentation for this section has not yet been entered. | |
static | Debug(string, string, params object[])Documentation for this section has not yet been entered. | |
static | Debug(string, Java.Lang.Throwable, string, params object[])Documentation for this section has not yet been entered. | |
static | Error(string, string)Send an Log.ERROR log message. | |
static | Error(string, Java.Lang.Throwable, string)Documentation for this section has not yet been entered. | |
static | Error(string, string, params object[])Documentation for this section has not yet been entered. | |
static | Error(string, Java.Lang.Throwable, string, params object[])Documentation for this section has not yet been entered. | |
static | GetStackTraceString(Java.Lang.Throwable)Handy function to get a loggable stack trace from a Throwable | |
static | Info(string, string)Send an Log.INFO log message. | |
static | Info(string, Java.Lang.Throwable, string)Documentation for this section has not yet been entered. | |
static | Info(string, string, params object[])Documentation for this section has not yet been entered. | |
static | Info(string, Java.Lang.Throwable, string, params object[])Documentation for this section has not yet been entered. | |
static | IsLoggable(string, LogPriority)Checks to see whether or not a log for the specified tag is loggable at the specified level. | |
static | Verbose(string, string)Send a Log.VERBOSE log message. | |
static | Verbose(string, Java.Lang.Throwable, string)Documentation for this section has not yet been entered. | |
static | Verbose(string, string, params object[])Documentation for this section has not yet been entered. | |
static | Verbose(string, Java.Lang.Throwable, string, params object[])Documentation for this section has not yet been entered. | |
static | Warn(string, Java.Lang.Throwable) | |
static | Warn(string, string)Send a Log.WARN log message. | |
static | Warn(string, Java.Lang.Throwable, string)Documentation for this section has not yet been entered. | |
static | Warn(string, string, params object[])Documentation for this section has not yet been entered. | |
static | Warn(string, Java.Lang.Throwable, string, params object[])Documentation for this section has not yet been entered. | |
static | WriteLine(LogPriority, string, string)Low-level logging call. | |
static | WriteLine(LogPriority, string, string, params object[])Documentation for this section has not yet been entered. | |
static | Wtf(string, Java.Lang.Throwable)What a Terrible Failure: Report an exception that should never happen. | |
static | Wtf(string, string)What a Terrible Failure: Report a condition that should never happen. | |
static | Wtf(string, Java.Lang.Throwable, string)Documentation for this section has not yet been entered. | |
static | Wtf(string, string, params object[])Documentation for this section has not yet been entered. | |
static | Wtf(string, Java.Lang.Throwable, string, params object[])Documentation for this section has not yet been entered. |