接口 TSRLogger
-
public interface TSRLoggerThis interface represents the log callbacks of the TsrSdk.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidlogWithLevel(int logLevel, java.lang.String tag, java.lang.String msg)Logs the message with the specified log level.
-
-
-
方法详细资料
-
logWithLevel
void logWithLevel(int logLevel, java.lang.String tag, java.lang.String msg)Logs the message with the specified log level.- 参数:
logLevel- The log level, e.g., Log.VERBOSE, Log.DEBUG, Log.INFO, Log.WARN, Log.ERRORtag- The log tag, used to identify the source of the logmsg- The log message, containing the detailed information to be logged
-
-