Package-level declarations

Types

Link copied to clipboard
class SOLogger(debugSink: (tag: String, message: String) -> Unit? = null, warningSink: (tag: String, message: String) -> Unit? = null, errorSink: (tag: String, message: String) -> Unit? = null)

Internal logger utility class. 3 different levels of logs are provided, where debug logs are excessive logs which should only be enabled when debugging an SDK issue.