类 DebugRecords

java.lang.Object
com.gdxsoft.easyweb.debug.DebugRecords

public class DebugRecords extends Object
  • 构造器详细资料

    • DebugRecords

      public DebugRecords()
  • 方法详细资料

    • setMax

      public static void setMax(int max)
    • add

      public static void add(DebugRecord record)
    • getCur

      public static DebugRecord getCur()
    • getRecords

      public static ArrayList<DebugRecord> getRecords()
    • getRecords

      public static ArrayList<DebugRecord> getRecords(Date date)
    • isRecord

      public static boolean isRecord()
      返回:
      the iS_RECORD
    • setIsRecord

      public static void setIsRecord(boolean is_record)
      参数:
      is_record - the iS_RECORD to set
    • clear

      public static void clear()