Exemplo n.º 1
0
 /**
  * Method to find the loggers to use based on priority and category values.
  *
  * @param   integer  $priority  Message priority.
  * @param   string   $category  Type of entry
  *
  * @return  array  The array of loggers to use for the given priority and category values.
  *
  * @since   1.0
  */
 public function findLoggers($priority, $category)
 {
     return parent::findLoggers($priority, $category);
 }