Closed roxblnfk closed 7 months ago
The Pull Request adds the ability to specify the logger channel in the code using a parameter attribute:
function (#[LoggerChannel('foo')] LoggerInterface $logger) { // Logger with channel `foo` will be injected // ... }
The Pull Request adds the ability to specify the logger channel in the code using a parameter attribute: