类 DiskLogAdapter

  • 所有已实现的接口:
    com.aispeech.common.Log.ILogAdapter

    public class DiskLogAdapter
    extends java.lang.Object
    implements com.aispeech.common.Log.ILogAdapter
    Description: 保存重要的日志信息,如授权失败等 线程与IO线程共用 Author: junlong.huang CreateTime: 2023/2/8
    • 方法概要

      所有方法 静态方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      static DiskLogAdapter getInstance()  
      void log​(int priority, java.lang.String tag, java.lang.String message)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • log

        public void log​(int priority,
                        java.lang.String tag,
                        java.lang.String message)
        指定者:
        log 在接口中 com.aispeech.common.Log.ILogAdapter