Android.Util.Log Members

The members of Android.Util.Log are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
Debug(string, string) : int
Send a Log.DEBUG log message.
static
Debug(string, Java.Lang.Throwable, string) : int
Documentation for this section has not yet been entered.
static
Debug(string, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Debug(string, Java.Lang.Throwable, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Error(string, string) : int
Send an Log.ERROR log message.
static
Error(string, Java.Lang.Throwable, string) : int
Documentation for this section has not yet been entered.
static
Error(string, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Error(string, Java.Lang.Throwable, string, params object[]) : int
Documentation for this section has not yet been entered.
static
GetStackTraceString(Java.Lang.Throwable) : string
Handy function to get a loggable stack trace from a Throwable
static
Info(string, string) : int
Send an Log.INFO log message.
static
Info(string, Java.Lang.Throwable, string) : int
Documentation for this section has not yet been entered.
static
Info(string, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Info(string, Java.Lang.Throwable, string, params object[]) : int
Documentation for this section has not yet been entered.
static
IsLoggable(string, LogPriority) : bool
Checks to see whether or not a log for the specified tag is loggable at the specified level.
static
Verbose(string, string) : int
Send a Log.VERBOSE log message.
static
Verbose(string, Java.Lang.Throwable, string) : int
Documentation for this section has not yet been entered.
static
Verbose(string, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Verbose(string, Java.Lang.Throwable, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Warn(string, Java.Lang.Throwable) : int
static
Warn(string, string) : int
Send a Log.WARN log message.
static
Warn(string, Java.Lang.Throwable, string) : int
Documentation for this section has not yet been entered.
static
Warn(string, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Warn(string, Java.Lang.Throwable, string, params object[]) : int
Documentation for this section has not yet been entered.
static
WriteLine(LogPriority, string, string) : int
Low-level logging call.
static
WriteLine(LogPriority, string, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Wtf(string, Java.Lang.Throwable) : int
What a Terrible Failure: Report an exception that should never happen.
static
Wtf(string, string) : int
What a Terrible Failure: Report a condition that should never happen.
static
Wtf(string, Java.Lang.Throwable, string) : int
Documentation for this section has not yet been entered.
static
Wtf(string, string, params object[]) : int
Documentation for this section has not yet been entered.
static
Wtf(string, Java.Lang.Throwable, string, params object[]) : int
Documentation for this section has not yet been entered.