接口 TSRLogger
public interface TSRLogger
This interface represents the log callbacks of the TsrSdk.
-
方法概要
修饰符和类型方法说明void
logWithLevel
(int logLevel, String tag, String msg) Logs the message with the specified log level.
-
方法详细资料
-
logWithLevel
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
-