Searched refs:LOG_LEVEL_ALL (Results 1 – 4 of 4) sorted by relevance
35 @IntDef({LOG_LEVEL_ALL, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR, LOG_LEVEL_OFF})38 public static final int LOG_LEVEL_ALL = 0; field in Log48 private static int logLevel = LOG_LEVEL_ALL;84 if (logLevel == LOG_LEVEL_ALL) { in d()
127 public static final int LOG_LEVEL_ALL = (LOG_LEVEL_TRACE - 1); field in SimpleLog227 setLevel(SimpleLog.LOG_LEVEL_ALL); in SimpleLog()
124 public static final int LOG_LEVEL_ALL = (LOG_LEVEL_TRACE - 1); field in SimpleLog222 setLevel(SimpleLog.LOG_LEVEL_ALL); in SimpleLog()
815 field @Deprecated public static final int LOG_LEVEL_ALL = 0; // 0x0