Symfony\Component\DependencyInjection\Compiler\Compiler::getLoggingFormatter PHP Method

getLoggingFormatter() public method

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