funny-mud-pee/think-log

think log driver

Installs: 53

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/funny-mud-pee/think-log

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

This package is auto-updated.

Last update: 2025-09-28 15:40: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 ''
}