Symfony\Component\DependencyInjection\Compiler\Compiler::getLoggingFormatter PHP Метод

getLoggingFormatter() публичный Метод

Returns the logging formatter which can be used by compilation passes.
public getLoggingFormatter ( ) : LoggingFormatter
Результат LoggingFormatter
    public function getLoggingFormatter()
    {
        return $this->loggingFormatter;
    }