Package io.rong.imlib
Interface IRongCoreListener.RCLogInfoListener
-
- All Implemented Interfaces:
public interface IRongCoreListener.RCLogInfoListener
Log Output Listener
-
-
Method Summary
Modifier and Type Method Description abstract void
onRCLogInfoOccurred(StringĀ logStr)
This method is called when the log is written to the output file. -
-
Method Detail
-
onRCLogInfoOccurred
abstract void onRCLogInfoOccurred(StringĀ logStr)
This method is called when the log is written to the output file.
- Parameters:
logStr
- Log information
-
-
-
-