Contents ../ lithium\analysis\logger\adapter\Growl::$_priorities protected property Array that maps Logger message priority names to Growl-compatible priority levels. Source protected $_priorities = [ 'emergency' => 2, 'alert' => 1, 'critical' => 1, 'error' => 1, 'warning' => 0, 'notice' => -1, 'info' => -2, 'debug' => -2 ];