File tree 3 files changed +24
-2
lines changed 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 17
17
* Supports rich interpretation of EXPLAIN information
18
18
* Automatically monitor output SQL optimization recommendations
19
19
* Debug bar、Soar bar、JSON、Clockwork、Console、Dump、Log、Custom output(Multiple scene output)
20
- * [ Soar bar] ( https://github.com/maximebf/php-debugbar ) 、[ Debug bar] ( https://github.com/barryvdh/laravel-debugbar ) 、[ Clockwork] ( https://github.com/itsgoingd/clockwork ) 、[ Ray] ( https://github.com/spatie/ray ) 、JSON、Console、Dump、Log、Custom output(Multiple scene output)
20
+ * [ Soar bar] ( https://github.com/maximebf/php-debugbar ) 、[ Debug bar] ( https://github.com/barryvdh/laravel-debugbar ) 、[ Clockwork] ( https://github.com/itsgoingd/clockwork ) 、[ Ray] ( https://github.com/spatie/ray ) 、JSON、Console、Dump、Log、Error log、Syslog、 Custom output(Multiple scene output)
21
21
* Support query builder to generate SQL optimization suggestions
22
22
23
23
## Related Links
487
487
![ Log] ( docs/log.png )
488
488
</details >
489
489
490
+ <details >
491
+ <summary ><b >Error log</b ></summary >
492
+
493
+ </details >
494
+
495
+ <details >
496
+ <summary ><b >Syslog</b ></summary >
497
+
498
+ </details >
499
+
490
500
<details >
491
501
<summary ><b >Custom output</b ></summary >
492
502
Original file line number Diff line number Diff line change 18
18
* 支持启发式算法语句优化建议、索引优化建议
19
19
* 支持 EXPLAIN 信息丰富解读
20
20
* 自动监控输出 SQL 优化建议
21
- * [ Soar bar] ( https://github.com/maximebf/php-debugbar ) 、[ Debug bar] ( https://github.com/barryvdh/laravel-debugbar ) 、[ Clockwork] ( https://github.com/itsgoingd/clockwork ) 、[ Ray] ( https://github.com/spatie/ray ) 、JSON、Console、Dump、Log、自定义输出器(多种场景输出)
21
+ * [ Soar bar] ( https://github.com/maximebf/php-debugbar ) 、[ Debug bar] ( https://github.com/barryvdh/laravel-debugbar ) 、[ Clockwork] ( https://github.com/itsgoingd/clockwork ) 、[ Ray] ( https://github.com/spatie/ray ) 、JSON、Console、Dump、Log、Error log、Syslog、 自定义输出器(多种场景输出)
22
22
* 支持查询构建器生成 SQL 优化建议
23
23
24
24
## 相关项目
488
488
![ Log] ( docs/log.png )
489
489
</details >
490
490
491
+ <details >
492
+ <summary ><b >Error log</b ></summary >
493
+
494
+ </details >
495
+
496
+ <details >
497
+ <summary ><b >Syslog</b ></summary >
498
+
499
+ </details >
500
+
491
501
<details >
492
502
<summary ><b >自定义输出器</b ></summary >
493
503
Original file line number Diff line number Diff line change 22
22
" debugbar" ,
23
23
" dump" ,
24
24
" log" ,
25
+ " errorlog" ,
26
+ " syslog" ,
25
27
" ray"
26
28
],
27
29
"authors" : [
You can’t perform that action at this time.
0 commit comments