-
Notifications
You must be signed in to change notification settings - Fork 443
Closed
Labels
Description
$extensions = [new LoggerExtension(new ConsoleLogger($output))]; |
I am trying to set my custom logger which implements and registered for LoggerInterface, using LoggerExtension but because of this line is setting logger it gives me this error:
The logger modification is not allowed
Can you please explain how can I set my custom logger?
clash82