Neos\Flow\Log\LoggerInterface::removeBackend PHP Méthode

removeBackend() public méthode

Runs the close() method of a backend and removes the backend from the logger.
public removeBackend ( Neos\Flow\Log\Backend\BackendInterface $backend ) : void
$backend Neos\Flow\Log\Backend\BackendInterface The backend to remove
Résultat void
    public function removeBackend(Backend\BackendInterface $backend);