call

expect open fun call(priority: SimpleLogger.LogPriority, message: String? = null, e: Throwable? = null)

根据优先级调用对应函数

actual open fun call(priority: SimpleLogger.LogPriority, message: String?, e: Throwable?)

根据优先级调用对应函数