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;
    }