API17:JLog::addLogger
From Joomla! Documentation
JLog::addLogger
Description
Method to set the way the will handle different error levels.
public static function addLogger (
array $options
$priorities=JLog::ALL
$categories=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| array $options | |||
| $priorities | JLog::ALL | ||
| $categories | array() |
- Returns
- Defined on line 173 of libraries/joomla/log/log.php
See also
JLog::addLogger source code on BitBucket
Class JLog
Subpackage Log- Other versions of JLog::addLogger
User contributed notes
Code Examples