VoipLoggerHelper

object VoipLoggerHelper

StreamWIDE SmartMSAndroid

18/11/2022 bbouzayani

Author

TEAM_NAME bbouzayani

Functions

Link copied to clipboard
fun d(    pair: Pair<String?, String?>?,     tag: String,     message: String)

Send an com.streamwide.smartms.lib.logger.LogLevel.DEBUG log message.

Link copied to clipboard
fun e(    pair: Pair<String?, String?>?,     tag: String,     message: String)
fun e(    pair: Pair<String?, String?>?,     exception: Throwable?,     tag: String,     message: String)

Send an com.streamwide.smartms.lib.logger.LogLevel.ERROR log message.

Link copied to clipboard
fun i(    pair: Pair<String?, String?>?,     tag: String,     message: String)

Send an com.streamwide.smartms.lib.logger.LogLevel.INFO log message.

Link copied to clipboard
fun w(    pair: Pair<String?, String?>?,     tag: String,     message: String)

Send an com.streamwide.smartms.lib.logger.LogLevel.WARNING log message.