funny-mud-pee/think-log

dev-main 2022-01-28 07:10 UTC

This package is auto-updated.

Last update: 2024-09-28 13:25:11 UTC


README

thinkphp 日志驱动器

安装并创建一个名为 "think_request_trace" 的用户函数,例如

function think_request_trace(): string
{
    // header
    // request body
    // and so on
    // or just do nothing,return ''
}