LdapTools\Operation\Invoker\LdapOperationInvokerTrait::logEnd PHP Method

logEnd() protected method

End a logging operation.
protected logEnd ( LogOperation $log = null )
$log LdapTools\Log\LogOperation
    protected function logEnd(LogOperation $log = null)
    {
        if ($this->shouldLog($log)) {
            $this->logger->end($log->stop());
        }
    }