API17:JLogEntry:: construct
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.
JLogEntry::__construct
Description
Constructor.
Description:JLogEntry:: construct [Edit Descripton]
public function __construct ( $message $priority=JLog::INFO $category= '' $date=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $message | string | The message to log. | |
| $priority | string | JLog::INFO | Message priority based on {$this->_priorities}. |
| $category | string | Type of entry | |
| $date | string | null | Date of entry (defaults to now if not specified or blank) |
See also
-
JLogEntry::__construct source code on BitBucket
-
Class JLogEntry
-
Subpackage Log
- Other versions of JLogEntry::__construct
SeeAlso:JLogEntry:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
