LogEntry

Joomla! 日志条目类

此类旨在保存日志条目,以便写入引擎,或者对于支持的引擎,检索列表并在内存中(基于 PHP)构建搜索操作。

1.7.0

Joomla CMS

方法

__construct

构造函数

__construct( message,  priority = Log::INFO,  category = '',  date = null, mixed||string|int context = []) : 

1.7.0

更改

3.10.7 如果消息包含完整路径,则从中删除根路径 (JPATH_ROOT),以避免任何完整路径泄露。在 3.10.7 之前,路径按提供的方式传播。

参数

message

string要记录的消息。

priority

int基于 {$this->priorities} 的消息优先级。

category

string条目类型

date

string条目日期(如果未指定或为空,则默认为现在)

context

array<string|int, mixed>包含其他消息上下文的可选数组。

响应

混合

属性

category

负责日志条目的应用程序。

1.7.0

类型

字符串

context

消息上下文。

3.8.0

类型

array<string|int, mixed>

date

记录消息的日期。

1.7.0

类型

日期

message

要记录的消息。

1.7.0

类型

字符串

priority

要记录的消息的优先级。

1.7.0

参见 LogEntry::$priorities

类型

字符串

priorities

可用日志优先级列表 [基于 Syslog 默认级别]。

1.7.0

类型

array<string|int, mixed>

callStack

记录调用的调用堆栈和回溯。

3.1.4

类型

array<string|int, mixed>