Package io.rong.imlib
Interface RongIMClient.RCLogInfoListener
-
- All Implemented Interfaces:
public interface RongIMClient.RCLogInfoListener*Log Output Monitoring**
-
-
Method Summary
Modifier and Type Method Description abstract voidonRCLogInfoOccurred(StringĀ logStr)When the log is written to a file, this method is called back. -
-
Method Detail
-
onRCLogInfoOccurred
abstract void onRCLogInfoOccurred(StringĀ logStr)
When the log is written to a file, this method is called back.
- Parameters:
logStr- Log information
-
-
-
-