Neos\Flow\Log\Backend\BackendInterface::open PHP Méthode

open() public méthode

Carries out all actions necessary to prepare the logging backend, such as opening the log file or opening a database connection.
public open ( ) : void
Résultat void
    public function open();
BackendInterface