XAMPP实时查看php错误日志

时间:2015-11-15 03:31:03

标签: xampp error-log

我对此做了很多研究,似乎无法找到答案。我想知道你是否可以实时查看XAMPP上的PHP错误日志,就像我使用tail -f命令使用Web服务器一样。我知道这个命令不一样,但我想知道它是否可能,如果可能,怎么样?

1 个答案:

答案 0 :(得分:0)

您可以从IDE执行此操作,或者您可以使用Xdebug帮助程序插件来浏览器。例如,laravel框架在调试模式下具有内置调试器,您可以从框架本身获得底部所有调试信息的分屏。附:你仍然可以使用tail -f,只需为它的shell安装http://www.mingw.org/。或者PowerShell中的Get-Content [pathtologfile]:

参数集:路径 Get-Content [-Path] [-Credential] [-Delimiter] [-Encoding {Unknown |字符串| Unicode |字节| BigEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii |默认| Oem | BigEndianUTF32}] [-Exclude] [-Filter] [-Force] [-Include] [-InformationAction {SilentlyContinue |停止|继续|查询|忽略|暂停}] [-InformationVariable] [-Raw] [-ReadCount] [-Stream] [-Tail] [-TotalCount] [-Wait] [-UseTransaction] []

参数集:LiteralPath Get-Content -LiteralPath [-Credential] [-Delimiter] [-Encoding {Unknown |字符串| Unicode |字节| BigEndianUnicode | UTF8 | UTF7 | UTF32 | Ascii |默认| Oem | BigEndianUTF32}] [-Exclude] [-Filter] [-Force] [-Include] [-InformationAction {SilentlyContinue |停止|继续|查询|忽略|暂停}] [-InformationVariable] [-Raw] [-ReadCount] [-Stream] [-Tail] [-TotalCount] [-Wait] [-UseTransaction] []