Package live.hms.video.utils
Interface HMSLogger.Loggable
-
- All Implemented Interfaces:
public interface HMSLogger.Loggable
-
-
Method Summary
Modifier and Type Method Description abstract UnitonLogMessage(HMSLogger.LogLevel level, String tag, String message, Boolean isWebRtCLog)UnitonLogToFile(HMSLogger.LogFiles fileName, String tag, Map<String, RTCStats> message)-
-
Method Detail
-
onLogMessage
abstract Unit onLogMessage(HMSLogger.LogLevel level, String tag, String message, Boolean isWebRtCLog)
-
onLogToFile
Unit onLogToFile(HMSLogger.LogFiles fileName, String tag, Map<String, RTCStats> message)
-
-
-
-