Package 

Class OAIDLog


  • 
    public final class OAIDLog
    
                        

    调试日志工具类

    • Method Summary

      Modifier and Type Method Description
      static void enable() 启用调试日志
      static void print(Object log) 打印调试日志
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • enable

         static void enable()

        启用调试日志

      • print

         static void print(Object log)

        打印调试日志

        Parameters:
        log - 日志信息