W3cubDocs

/Symfony 2.8

Symfony\Component\DependencyInjection\Compiler\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

public formatRemoveService(CompilerPassInterface $pass, $id, $reason)

Parameters

CompilerPassInterface $pass
$id
$reason

public formatInlineService(CompilerPassInterface $pass, $id, $target)

Parameters

CompilerPassInterface $pass
$id
$target

public formatUpdateReference(CompilerPassInterface $pass, $serviceId, $oldDestId, $newDestId)

Parameters

CompilerPassInterface $pass
$serviceId
$oldDestId
$newDestId

public formatResolveInheritance(CompilerPassInterface $pass, $childId, $parentId)

Parameters

CompilerPassInterface $pass
$childId
$parentId

public format(CompilerPassInterface $pass, $message)

Parameters

CompilerPassInterface $pass
$message

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.html