Package io.rong.imlib
Interface IRongCoreListener.RCLogInfoListener
-
- All Implemented Interfaces:
public interface IRongCoreListener.RCLogInfoListenerLog 输出监听
-
-
Method Summary
Modifier and Type Method Description abstract voidonRCLogInfoOccurred(String logStr)当 Log 写文件输出时,回调此方法 -
-
Method Detail
-
onRCLogInfoOccurred
abstract void onRCLogInfoOccurred(String logStr)
当 Log 写文件输出时,回调此方法
- Parameters:
logStr- Log 信息
-
-
-
-