|         | 
 
  All loggers inherit the severity level of their nearest parent node
      in the logger hierarchy. The LoggerSeverityProperties
      box provides you with a way to specify a severity level for a given
      logger that is different than severity inherited from its nearest parent
      node. You can specify multiple loggers and severity levels in this box
      by using key-value pairs, where the key is the logger name and the value
      is the severity level (Info, Critical, Warning, etc.).
To set the severity level of one or more loggers in the hierarchy:
Result
For each specified logger or package, only messages of the specified severity level or lower will be logged.
|  |