toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.utils.log
/
RLog
RLog
public
class
RLog
Logging utility class for internal SDK use.
Members
Constructors
RLog
Link copied to clipboard
public
void
RLog
(
)
Properties
D
Link copied to clipboard
public
final
static
int
D
E
Link copied to clipboard
public
final
static
int
E
F
Link copied to clipboard
public
final
static
int
F
I
Link copied to clipboard
public
final
static
int
I
NONE
Link copied to clipboard
public
final
static
int
NONE
V
Link copied to clipboard
public
final
static
int
V
W
Link copied to clipboard
public
final
static
int
W
Functions
d
Link copied to clipboard
public
static
int
d
(
String
tag
,
String
msg
)
e
Link copied to clipboard
public
static
int
e
(
String
tag
,
String
msg
)
public
static
int
e
(
String
tag
,
String
msg
,
Throwable
tr
)
f
Link copied to clipboard
public
static
int
f
(
String
tag
,
String
msg
)
i
Link copied to clipboard
public
static
int
i
(
String
tag
,
String
msg
)
set
File
Max
Size
Link copied to clipboard
public
static
void
setFileMaxSize
(
long pMaxSize
)
set
Log
Level
Link copied to clipboard
public
static
void
setLogLevel
(
int pLevel
)
public
static
void
setLogLevel
(
int pLevel
,
boolean isInitProgress
)
v
Link copied to clipboard
public
static
int
v
(
String
tag
,
String
msg
)
w
Link copied to clipboard
public
static
int
w
(
String
tag
,
String
msg
)