程序包 rtc

类 Tlog


public class Tlog extends Object
Created by Administrator on 2017/4/22.
  • 字段详细资料

    • VERBOSE

      public static final int VERBOSE
      日志等级 VERBOSE
      另请参阅:
    • DEBUG

      public static final int DEBUG
      日志等级 DEBUG
      另请参阅:
    • INFO

      public static final int INFO
      日志等级 INFO
      另请参阅:
    • WARN

      public static final int WARN
      日志等级 WARN
      另请参阅:
    • ERROR

      public static final int ERROR
      日志等级 ERROR
      另请参阅:
  • 方法详细资料

    • getRtcLogger

      public static rtc.webrtc.Loggable getRtcLogger()
    • enableLog2SDK

      public static void enableLog2SDK(boolean enable)
      日志打印开关
      参数:
      enable -
    • v

      public static int v(String tag, String msg)
      打印 verbose 等级日志
      参数:
      tag - 日志标签
      msg - 日志消息
      返回:
    • d

      public static int d(String tag, String msg)
      打印 debug 等级日志
      参数:
      tag - 日志标签
      msg - 日志消息
      返回:
    • i

      public static int i(String tag, String msg)
      打印 info 等级日志
      参数:
      tag - 日志标签
      msg - 日志消息
      返回:
    • w

      public static int w(String tag, String msg)
      打印 warning 等级日志
      参数:
      tag - 日志标签
      msg - 日志消息
      返回:
    • w

      public static int w(String tag, String amsg, Throwable tr)
      打印 warning 等级日志
      参数:
      tag - 日志标签
      amsg - 日志消息
      tr - 打印异常到控制台
      返回:
    • e

      public static int e(String tag, String msg)
      打印 error 等级日志
      参数:
      tag - 日志标签
      msg - 日志消息
      返回:
    • e

      public static int e(String tag, String amsg, Throwable tr)
      打印 error 等级日志
      参数:
      tag - 日志标签
      amsg - 日志消息
      tr - 打印异常到控制台
      返回:
    • startLogTrace

      public static int startLogTrace(String param, AVDEngine.ILogListener listener)
      开启日志采集
      参数:
      param - 日志参数配置,示例:"debug verbose stats append realtstamp" 调试模式 [debug] 日志等级 [sensitive verbose info warning error none ] 以上只可取一个值 统计输出 [stats] 是否输出网络流量等统计信息 日志格式 [realtstamp] 长日志格式,格式为:MM-DD hh:mm:ss.xxx,缺省是紧缩格式显示为[秒.微秒]表示程序开始后的时间间隔。 每一次初始化引擎后,打印的日志都追加到当前日志文件末尾 [append]
      listener - 回调接口
      返回:
      “0”代表启动正常,“-1”代表启动失败
    • stopLogTrace

      public static void stopLogTrace()
      停止日志采集