Class ServerLogMessageTargetFactoryElement

All Implemented Interfaces:
ClientSideElement, LogEnabled, PluginAware, Configurable, Serviceable

A static client side element for the ServerLogMessageTargetFactory, giving some callables
  • Constructor Details

  • Method Details

    • 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'...)