funny-mud-pee/think-log

think log driver

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

This package is auto-updated.

Last update: 2024-03-28 12:10:10 UTC


README

thinkphp log drivers

install and create a user function named "think_request_trace",like:

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