Searched refs:getBooleanConfiguration (Results 1 – 1 of 1) sorted by relevance
737 private boolean getBooleanConfiguration(String key, boolean dflt) { in getBooleanConfiguration() method in LogFactoryImpl752 allowFlawedContext = getBooleanConfiguration(ALLOW_FLAWED_CONTEXT_PROPERTY, true); in initConfiguration()753 allowFlawedDiscovery = getBooleanConfiguration(ALLOW_FLAWED_DISCOVERY_PROPERTY, true); in initConfiguration()754 allowFlawedHierarchy = getBooleanConfiguration(ALLOW_FLAWED_HIERARCHY_PROPERTY, true); in initConfiguration()