yiisoft / yii-debug-viewer

Debugger frontend
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Show where log message was written #16

Closed xepozz closed 2 years ago

xepozz commented 2 years ago

image

See picture.

It may be useful know where some message were written to logger.

Expected behaviour: I see class or file (nice to have both) and line where was called $logger->debug/info/etc() method.

By the way, it can be solved with collected data from proxy container