yiisoft / yii-dev-panel

An application that aggregates such different modules as: Debug, Inspector, Gii and Open API
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

parse log message for context #31

Closed nahakyuu closed 1 year ago

nahakyuu commented 1 year ago

https://github.com/yiisoft/yii-dev-panel/blob/469039abbccd2cbd81196486736e186db8aa3ead/src/Module/Debug/Component/Panel/LogPanel.tsx#L8-L28

for example: $this->logger->info('hello {name}', ['name' => 'name'])

xepozz commented 1 year ago

@nahakyuu would you like to contribute?