/lib/live.hms.video.utils/HMSLogger

HMSLogger

[androidJvm]\ object HMSLogger

Types

NameSummary
Loggable[androidJvm]
interface Loggable
LogLevel[androidJvm]
enum LogLevel : Enum<HMSLogger.LogLevel>

Functions

NameSummary
d[androidJvm]
@JvmStatic()
fun d(tag: String, message: String)
e[androidJvm]
@JvmStatic()
fun e(tag: String, message: String)
fun e(tag: String, message: String, tr: Throwable)
i[androidJvm]
fun i(tag: String, message: String)
injectLoggable[androidJvm]
fun injectLoggable(loggable: HMSLogger.Loggable)
logDeviceInfo[androidJvm]
@JvmStatic()
fun logDeviceInfo(tag: String)
removeInjectedLoggable[androidJvm]
fun removeInjectedLoggable()
v[androidJvm]
fun v(tag: String, message: String)
w[androidJvm]
fun w(tag: String, message: String)
fun w(tag: String, message: String, tr: Throwable)

Properties

NameSummary
DEVICE_INFO[androidJvm]
val DEVICE_INFO: Array[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
Information about the current build, taken from system properties.
level[androidJvm]
var level: HMSLogger.LogLevel
webRtcLogLevel[androidJvm]
var webRtcLogLevel: HMSLogger.LogLevel