JLog::findLoggers
Method to find the loggers to use based on priority and category values.
Signature
protected function findLoggers(integer
$priority,
string
$category )
Parameters
-
$priority
- Message priority.
-
$category
- Type of entry
Returns
- array
- The array of loggers to use for the given priority and category values.