RCRTCLog class

Constructors

RCRTCLog()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

sLogLevel int
getter/setter pair

Static Methods

d(String tag, String message) → void
e(String tag, String message) → void
i(String tag, String message) → void
setLevel(int level) → void
v(String tag, String message) → void
w(String tag, String message) → void

Constants

LOG_DEBUG → const int
LOG_ERROR → const int
LOG_INFO → const int
LOG_NONE → const int
LOG_VERBOSE → const int
LOG_WARN → const int
TAG → const String