码迷,mamicode.com
首页 > Web开发 > 详细

PHP logging

时间:2015-05-28 16:07:51      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:

1. error logging

messages saved to php_error.log

http://php.net/manual/en/function.error-log.php

http://stackoverflow.com/questions/3531703/how-to-log-errors-and-warnings-into-a-file

error_log( "Hello, errors!" );

 

PHP logging

标签:

原文地址:http://www.cnblogs.com/phoenix13suns/p/4535978.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!