Searched refs:mVerbosityMap (Results 1 – 1 of 1) sorted by relevance
55 private Map<String, LogLevel> mVerbosityMap = new HashMap<>(); field in BaseLeveledLogOutput59 initComponentVerbosity(mComponentVerbosity, mVerbosityMap, config); in initFilters()60 mVerbosityMap.putAll(mClassVerbosity); in initFilters()81 if (mVerbosityMap.get(tag) != null) { in shouldDisplay()82 if (messageLogLevel.getPriority() >= mVerbosityMap.get(tag).getPriority()) { in shouldDisplay()107 mVerbosityMap.put("ddms", LogLevel.WARN); in initComponentVerbosity()