IDyteLoggerUtils

I dyte logger

Needs to be implemented by both android and iOS platforms

can be enabled or disabled globally

Inheritors

DyteIOSLogger

Functions

Link copied to clipboard
abstract fun enableLogger(enable: Boolean)
Link copied to clipboard
abstract fun isLoggerEnabled(): Boolean
Link copied to clipboard
abstract fun logD(tag: Any, message: String)
Link copied to clipboard
abstract fun logE(tag: Any, message: String)
abstract fun logE(tag: Any, throwable: Throwable)
abstract fun logE(tag: Any, message: String, throwable: Throwable)
Link copied to clipboard
abstract fun logI(tag: Any, message: String)
Link copied to clipboard
abstract fun logW(tag: Any, message: String)