Class JLogEntry
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.
Package: Joomla\Platform\Log
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/log/entry.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/log/entry.php
Methods summary
public
|
#
__construct( string $message, integer $priority =
Constructor |
Magic methods summary
Properties summary
public
string
|
$category |
#
Application responsible for log entry. |
public
|
$date |
#
The date the message was logged. |
public
string
|
$message |
#
Message to be logged. |
public
string
|
$priority |
#
The priority of the message to be logged. |
protected
array
|
$priorities |
#
List of available log priority levels [Based on the Syslog default levels]. |
public
array
|
$callStack |
#
Call stack and back trace of the logged call. |