Neos\Flow\Log\Backend\ConsoleBackend::close PHP 메소드

close() 공개 메소드

Note: for this backend we do nothing here and rely on PHP to close the stream handle when the request ends. This is to allow full logging until request end.
public close ( ) : void
리턴 void
    public function close()
    {
    }