Closed nahakyuu closed 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'])
$this->logger->info('hello {name}', ['name' => 'name'])
@nahakyuu would you like to contribute?
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'])