public function Compiler::getLoggingFormatter in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Compiler/Compiler.php \Symfony\Component\DependencyInjection\Compiler\Compiler::getLoggingFormatter()
Returns the logging formatter which can be used by compilation passes.
Return value
File
- vendor/
symfony/ dependency-injection/ Compiler/ Compiler.php, line 63
Class
- Compiler
- This class is used to remove circular dependencies between individual passes.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getLoggingFormatter() {
return $this->loggingFormatter;
}