Home > php教程 > php手册 > PHP中把错误日志保存在系统日志中(Windows系统)

PHP中把错误日志保存在系统日志中(Windows系统)

WBOY
Release: 2016-06-06 20:03:00
Original
1060 people have browsed it

这篇文章主要介绍了PHP中把错误日志保存在系统日志中(Windows系统),本文讲解了设置方法和查看方法,需要的朋友可以参考下

【将错误记录到系统日志中】

在 php.ini 中将 error_log 设置为:

复制代码 代码如下:


error_log = syslog

或者在运行时使用 ini_set() 函数设置。

【例1】

查看错误日志(Windows 系统):

"我的电脑" ---- 右键 ----- 管理 ----- 事件查看器 ----- 信息

PHP中把错误日志保存在系统日志中(Windows系统)

 

PHP中把错误日志保存在系统日志中(Windows系统)

 

PHP中把错误日志保存在系统日志中(Windows系统)

 【例2】通过 openlog() 发送系统日志

在事件查看器的警告信息中也能看到日志:

PHP中把错误日志保存在系统日志中(Windows系统)

 

PHP中把错误日志保存在系统日志中(Windows系统)

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template