Log Writer
interface LogWriter
Content copied to clipboard
LogWriter to be used by the SDK. A default LogWriter will be used to write to logcat if a customized one is not provided.
Types
LogLevel
Link copied to clipboard
Functions
writeToLog
Link copied to clipboard
abstract fun writeToLog(level: LogWriter.LogLevel, tag: String, error: Throwable?, message: String? = null, vararg args: Any?)
Content copied to clipboard