LoggingFormatter
class LoggingFormatter
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) | ||
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 |
format(CompilerPassInterface $pass, $message)
Parameters
CompilerPassInterface | $pass | |
$message |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.html