Class ServerLogMessageTargetFactoryElement

    • Method Detail

      • getLevels

        public Map<String,​Map<String,​String>> getLevels​(List<String> categories)
        Get the log levels associated with the given log categories
        Parameters:
        categories - The log categories to check
        Returns:
        A map with 2 keys : levels and effectiveLevels. Each one is associating each log category given to its level ('DEBUG'... 'INHERIT'...)