API17:JLog::findLoggers
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLog::findLoggers
Description
Method to find the loggers to use based on priority and category values.
Description:JLog::findLoggers [Edit Descripton]
protected function findLoggers ( $priority $category )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $priority | integer | Message priority. | |
| $category | string | Type of entry |
- Returns array The array of loggers to use for the given priority and category values.
- Defined on line 366 of libraries/joomla/log/log.php
- Since
See also
-
JLog::findLoggers source code on BitBucket
-
Class JLog
-
Subpackage Log
- Other versions of JLog::findLoggers
SeeAlso:JLog::findLoggers [Edit See Also]
User contributed notes
<CodeExamplesForm />
