Download the PHP package razonyang/yii2-log-target-db without Composer
On this page you can find all versions of the php package razonyang/yii2-log-target-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-log-target-db
Yii2 enhanced database log target
Because the built-in database log target can not figure out the context of same request, especially in the case of concurrency, so that the log is very confusing, it is hard to diagnose errors.
According this problem, what this extension do is that record the request ID via dechex($_SERVER['REQUEST_TIME_FLOAT'] * 1000000)
.
Installation
Usage
then:
All versions of yii2-log-target-db with dependencies
PHP Build Version
Package Version
The package razonyang/yii2-log-target-db contains the following files
Loading the files please wait ....