Symfony\Component\DependencyInjection\Compiler\Compiler::getLoggingFormatter PHP Méthode

getLoggingFormatter() public méthode

Returns the logging formatter which can be used by compilation passes.
public getLoggingFormatter ( ) : LoggingFormatter
Résultat LoggingFormatter
    public function getLoggingFormatter()
    {
        return $this->loggingFormatter;
    }