Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($message, $priority=Log::INFO, $category='', $date=null, array $context=array()) | |
Champs de données | |
$category | |
$context | |
$date | |
$message | |
$priority = Log::INFO | |
$callStack = array() | |
Attributs protégés | |
$priorities | |
Joomla! Log Entry class
This class is designed to hold log entries for either writing to an engine, or for supported engines, retrieving lists and building in memory (PHP based) search operations.
__construct | ( | $message, | |
$priority = Log::INFO , |
|||
$category = '' , |
|||
$date = null , |
|||
array | $context = array() |
||
) |
Constructor
string | $message | The message to log. |
int | $priority | Message priority based on {$this->priorities}. |
string | $category | Type of entry |
string | $date | Date of entry (defaults to now if not specified or blank) |
array | $context | An optional array with additional message context. |
Références $category, $context, $date, $message, category, Log\INFO, et Path\removeRoot().
$callStack = array() |
$context |
$date |
$message |
|
protected |
$priority = Log::INFO |