Searched refs:defaultLogLevelString (Results 1 – 1 of 1) sorted by relevance
188 String defaultLogLevelString = getStringProperty(DEFAULT_LOG_LEVEL_KEY, null); in init() local189 if (defaultLogLevelString != null) in init()190 DEFAULT_LOG_LEVEL = stringToLevel(defaultLogLevelString); in init()