yiisoft / yii-debug-viewer

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

Add log context to log panel #14

Closed xepozz closed 2 years ago

xepozz commented 2 years ago

image

Here we can see that message wasn't formatted with context.

BUT.

I think it's not simple problem, because we can have more than one log target and they can format the message with different flow. If we won't support this opportunity, then OK :)