接口 TSRLogger

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void logWithLevel​(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.ERROR
        tag - The log tag, used to identify the source of the log
        msg - The log message, containing the detailed information to be logged