接口 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

      void logWithLevel(int logLevel, String tag, 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.ERROR
      tag - The log tag, used to identify the source of the log
      msg - The log message, containing the detailed information to be logged