We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6ff5d commit 78f131aCopy full SHA for 78f131a
DependencyInjection/MonologExtension.php
@@ -957,13 +957,6 @@ private function getHandlerClassByType($handlerType)
957
}
958
959
960
- if (Logger::API === 1 && array_key_exists($handlerType, $v2HandlerTypesRemoved)) {
961
- @trigger_error(
962
- sprintf('"%s" is deprecated and will be removed in MonoLog v2.', $handlerType),
963
- E_USER_DEPRECATED
964
- );
965
- }
966
-
967
if (!isset($typeToClassMapping[$handlerType])) {
968
if (Logger::API === 1 && array_key_exists($handlerType, $v2HandlerTypesAdded)) {
969
throw new InvalidArgumentException(
0 commit comments