Log class

from: android.util.Log

Properties

hashCode int
The hash code for this object.
no setterinherited
isReleased bool
no setterinherited
jClass → JClass
Returns JClass corresponding to concrete class of this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

as<T extends JObject?>(JType<T> type, {bool releaseOriginal = false}) → T
Casts this object to another type.
inherited
isA<T extends JObject?>(JType<T> type) bool
Whether this object is of the given type ignoring the type parameters.
inherited
isInstanceOf(JClass jclass) bool
Whether this object is of the type of the given jclass.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
Releases the underlying reference.
inherited
releasedBy(Arena arena) → void
Registers this object to be released at the end of arena's lifetime.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

d(JString? string, JString? string1) int
from: static public int d(java.lang.String string, java.lang.String string1)
d$1(JString? string, JString? string1, JObject? throwable) int
from: static public int d(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)
e(JString? string, JString? string1) int
from: static public int e(java.lang.String string, java.lang.String string1)
e$1(JString? string, JString? string1, JObject? throwable) int
from: static public int e(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)
getStackTraceString(JObject? throwable) → JString?
from: static public java.lang.String getStackTraceString(java.lang.Throwable throwable) The returned object must be released after use, by calling the release method.
i(JString? string, JString? string1) int
from: static public int i(java.lang.String string, java.lang.String string1)
i$1(JString? string, JString? string1, JObject? throwable) int
from: static public int i(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)
isLoggable(JString? string, int i) bool
from: static public native boolean isLoggable(java.lang.String string, int i)
println(int i, JString? string, JString? string1) int
from: static public int println(int i, java.lang.String string, java.lang.String string1)
v(JString? string, JString? string1) int
from: static public int v(java.lang.String string, java.lang.String string1)
v$1(JString? string, JString? string1, JObject? throwable) int
from: static public int v(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)
w(JString? string, JString? string1) int
from: static public int w(java.lang.String string, java.lang.String string1)
w$1(JString? string, JString? string1, JObject? throwable) int
from: static public int w(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)
w$2(JString? string, JObject? throwable) int
from: static public int w(java.lang.String string, java.lang.Throwable throwable)
wtf(JString? string, JString? string1) int
from: static public int wtf(java.lang.String string, java.lang.String string1)
wtf$1(JString? string, JString? string1, JObject? throwable) int
from: static public int wtf(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)
wtf$2(JString? string, JObject? throwable) int
from: static public int wtf(java.lang.String string, java.lang.Throwable throwable)

Constants

ASSERT → const int
from: static public final int ASSERT
DEBUG → const int
from: static public final int DEBUG
ERROR → const int
from: static public final int ERROR
INFO → const int
from: static public final int INFO
nullableType → const JType<Log?>
The type which includes information such as the signature of this class.
type → const JType<Log>
The type which includes information such as the signature of this class.
VERBOSE → const int
from: static public final int VERBOSE
WARN → const int
from: static public final int WARN