JLogEntry::__construct
Constructor
Signature
public function __construct(string
$message,
[string
$priority = JLog::INFO,
[string
$category = '',
[string
$date = null]]] )
Parameters
-
$message
- The message to log.
-
$priority
- Message priority based on {$this->priorities}.
-
$category
- Type of entry
-
$date
- Date of entry (defaults to now if not specified or blank)