Neos\Flow\Log\LoggerInterface::removeBackend PHP Method

removeBackend() public method

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
return void
    public function removeBackend(Backend\BackendInterface $backend);