LoggingFormatter deprecated
class LoggingFormatter
deprecated
Used to format logging messages during the compilation.
Methods
| formatRemoveService(CompilerPassInterface $pass, $id, $reason) | ||
| formatInlineService(CompilerPassInterface $pass, $id, $target) | ||
| formatUpdateReference(CompilerPassInterface $pass, $serviceId, $oldDestId, $newDestId) | ||
| formatResolveInheritance(CompilerPassInterface $pass, $childId, $parentId) | ||
| formatUnusedAutowiringPatterns(CompilerPassInterface $pass, $id, array $patterns) | ||
| format(CompilerPassInterface $pass, $message) |
Details
formatRemoveService(CompilerPassInterface $pass, $id, $reason)
Parameters
| CompilerPassInterface | $pass | |
| $id | ||
| $reason |
formatInlineService(CompilerPassInterface $pass, $id, $target)
Parameters
| CompilerPassInterface | $pass | |
| $id | ||
| $target |
formatUpdateReference(CompilerPassInterface $pass, $serviceId, $oldDestId, $newDestId)
Parameters
| CompilerPassInterface | $pass | |
| $serviceId | ||
| $oldDestId | ||
| $newDestId |
formatResolveInheritance(CompilerPassInterface $pass, $childId, $parentId)
Parameters
| CompilerPassInterface | $pass | |
| $childId | ||
| $parentId |
formatUnusedAutowiringPatterns(CompilerPassInterface $pass, $id, array $patterns)
Parameters
| CompilerPassInterface | $pass | |
| $id | ||
| array | $patterns |
format(CompilerPassInterface $pass, $message)
Parameters
| CompilerPassInterface | $pass | |
| $message |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.html