You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trigger_deprecation('symfony/framework-bundle', '6.4', 'The "%s()" method is deprecated, use HttpKernel\'s DebugLoggerConfigurator instead.', __METHOD__);
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Logger.php
+3-1
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,16 @@
11
11
12
12
namespaceSymfony\Bridge\Monolog;
13
13
14
+
trigger_deprecation('symfony/monolog-bridge', '6.4', 'The "%s" class is deprecated, use HttpKernel\'s DebugLoggerConfigurator instead.', Logger::class);
* @deprecated since Symfony 6.4, use HttpKernel's DebugLoggerConfigurator instead
41
+
*
41
42
* @return void
42
43
*/
43
44
publicstaticfunctionconfigureLogger(mixed$logger)
44
45
{
46
+
trigger_deprecation('symfony/framework-bundle', '6.4', 'The "%s()" method is deprecated, use HttpKernel\'s DebugLoggerConfigurator instead.', __METHOD__);
trigger_deprecation('symfony/framework-bundle', '6.4', 'The "%s" class is deprecated, use argument $debug of HttpKernel\'s Logger instead.', EnableLoggerDebugModePass::class);
0 commit comments