Logger

object Logger

SDK 로그 모음. 이 클래스를 이용하면 설정에 의한 로그의 on/off 가 적용된다.
SDK log collection. If this class is used, logging on/off by setting is applied.

Types

Link copied to clipboard
class LogFilter
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun apiCalledLog(tag: String?, message: String?)
Link copied to clipboard
fun d(message: String?)
fun d(tag: String? = null, message: String?)
Link copied to clipboard
fun e(message: String?)
fun e(tag: String? = null, message: String?)
Link copied to clipboard
fun i(message: String?)
fun i(tag: String? = null, message: String?)
Link copied to clipboard
Link copied to clipboard
fun v(message: String?)
fun v(tag: String? = null, message: String?)
Link copied to clipboard
fun w(message: String?)
fun w(tag: String? = null, message: String?)