LoggingFormatter::formatUpdateReference()

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

LoggingFormatter::formatResolveInheritance()

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

LoggingFormatter::formatRemoveService()

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

LoggingFormatter::formatInlineService()

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

LoggingFormatter::format()

format(CompilerPassInterface $pass, $message) Parameters CompilerPassInterface $pass $message

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 forma

LoggerInterface deprecated::warn()

warn($message, array $context = array()) deprecated deprecated since version 2.2, to be removed in 3.0. Use warning() which is PSR-3 compatible. Parameters $message array $context

LoggerInterface deprecated::err()

err($message, array $context = array()) deprecated deprecated since version 2.2, to be removed in 3.0. Use error() which is PSR-3 compatible. Parameters $message array $context

LoggerInterface deprecated::emerg()

emerg($message, array $context = array()) deprecated deprecated since version 2.2, to be removed in 3.0. Use emergency() which is PSR-3 compatible. Parameters $message array $context

LoggerInterface deprecated::crit()

crit($message, array $context = array()) deprecated deprecated since version 2.2, to be removed in 3.0. Use critical() which is PSR-3 compatible. Parameters $message array $context