toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.common
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.common
/
RLog
RLog
io.rong.common
@
Deprecated
(
)
public
class
RLog
Deprecated
使用 io.rong.common.rlog.RLog 替换
Members
Constructors
RLog
Link copied to clipboard
io.rong.common
public
void
RLog
(
)
Functions
d
Link copied to clipboard
io.rong.common
public
static
int
d
(
String
tag
,
String
msg
)
Send a DEBUG log message.
e
Link copied to clipboard
io.rong.common
public
static
int
e
(
String
tag
,
String
msg
)
Send an ERROR log message.
public
static
int
e
(
String
tag
,
String
msg
,
Throwable
tr
)
Send a ERROR log message and log the exception.
f
Link copied to clipboard
io.rong.common
public
static
int
f
(
String
tag
,
String
msg
)
i
Link copied to clipboard
io.rong.common
public
static
int
i
(
String
tag
,
String
msg
)
Send an INFO log message.
v
Link copied to clipboard
io.rong.common
public
static
int
v
(
String
tag
,
String
msg
)
Send a VERBOSE log message.
w
Link copied to clipboard
io.rong.common
public
static
int
w
(
String
tag
,
String
msg
)
Send a WARN log message.