| | |
| | | private static final LocalizedLogger logger = LocalizedLogger |
| | | .getLoggerForThisClass(); |
| | | |
| | | /** |
| | | * The hash map that will be used to define specific log severities for the |
| | | * various categories. |
| | | */ |
| | | /** The hash map that will be used to define specific log severities for the various categories. */ |
| | | protected Map<String, Set<Severity>> definedSeverities = new HashMap<>(); |
| | | |
| | | /** |
| | |
| | | */ |
| | | protected Set<Severity> defaultSeverities = new HashSet<>(); |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public boolean isConfigurationAcceptable(T configuration, |
| | | List<LocalizableMessage> unacceptableReasons) |